Searched refs:RawFrmMemOffs (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 437 def MOV8ao32 : Ii32<0xA0, RawFrmMemOffs, (outs), (ins offset32_8:$src), 441 def MOV16ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_16:$src), 445 def MOV32ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_32:$src), 449 def MOV64ao32 : RIi32<0xA1, RawFrmMemOffs, (outs), (ins offset32_64:$src), 454 def MOV8ao16 : Ii16<0xA0, RawFrmMemOffs, (outs), (ins offset16_8:$src), 457 def MOV16ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_16:$src), 461 def MOV32ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_32:$src), 467 def MOV8o32a : Ii32<0xA2, RawFrmMemOffs, (outs), (ins offset32_8:$dst), 470 def MOV16o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_16:$dst), 474 def MOV32o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_32:$dst), [all …]
|
H A D | X86InstrFormats.td | 23 def RawFrmMemOffs : Format<3>;
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 101 RawFrmMemOffs = 3, enumerator
|
H A D | X86RecognizableInstr.cpp | 524 case X86Local::RawFrmMemOffs: in emitInstructionSpecifier() 881 case X86Local::RawFrmMemOffs: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 508 RawFrmMemOffs = 3, enumerator 1020 case X86II::RawFrmMemOffs: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 927 case X86II::RawFrmMemOffs: { in emitPrefixImpl() 1381 case X86II::RawFrmMemOffs: in emitREXPrefix() 1613 case X86II::RawFrmMemOffs: in encodeInstruction()
|
H A D | X86AsmBackend.cpp | 326 case X86II::RawFrmMemOffs: { in determinePaddingPrefix()
|