See: https://gcc.godbolt.org/z/z4nWWTj6E Trying to analyze some assembly from gfortran results in errors when MCA sees some movsx instructions: ``` <source>:105:2: error: invalid operand for instruction movsx rax, r10d ^ <source>:253:2: error: invalid operand for instruction movsx rdi, esi ```