Home
last modified time | relevance | path

Searched refs:RawFrmMemOffs (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td437 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 DX86InstrFormats.td23 def RawFrmMemOffs : Format<3>;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h101 RawFrmMemOffs = 3, enumerator
H A DX86RecognizableInstr.cpp524 case X86Local::RawFrmMemOffs: in emitInstructionSpecifier()
881 case X86Local::RawFrmMemOffs: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h508 RawFrmMemOffs = 3, enumerator
1020 case X86II::RawFrmMemOffs: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp927 case X86II::RawFrmMemOffs: { in emitPrefixImpl()
1381 case X86II::RawFrmMemOffs: in emitREXPrefix()
1613 case X86II::RawFrmMemOffs: in encodeInstruction()
H A DX86AsmBackend.cpp326 case X86II::RawFrmMemOffs: { in determinePaddingPrefix()