Searched refs:RawFrmMemOffs (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 260 RawFrmMemOffs = 7, enumerator 659 case X86II::RawFrmMemOffs: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1312 case X86II::RawFrmMemOffs: in EncodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1237 def MOV8o8a : Ii32 <0xA0, RawFrmMemOffs, (outs), (ins offset8:$src), 1241 def MOV16o16a : Ii32 <0xA1, RawFrmMemOffs, (outs), (ins offset16:$src), 1245 def MOV32o32a : Ii32 <0xA1, RawFrmMemOffs, (outs), (ins offset32:$src), 1250 def MOV8o8a_16 : Ii16 <0xA0, RawFrmMemOffs, (outs), (ins offset8:$src), 1254 def MOV16o16a_16 : Ii16 <0xA1, RawFrmMemOffs, (outs), (ins offset16:$src), 1258 def MOV32o32a_16 : Ii16 <0xA1, RawFrmMemOffs, (outs), (ins offset32:$src), 1264 def MOV8ao8 : Ii32 <0xA2, RawFrmMemOffs, (outs offset8:$dst), (ins), 1268 def MOV16ao16 : Ii32 <0xA3, RawFrmMemOffs, (outs offset16:$dst), (ins), 1272 def MOV32ao32 : Ii32 <0xA3, RawFrmMemOffs, (outs offset32:$dst), (ins), 1277 def MOV8ao8_16 : Ii16 <0xA2, RawFrmMemOffs, (outs offset8:$dst), (ins), [all …]
|
D | X86InstrFormats.td | 24 def MRMSrcMem : Format<6>; def RawFrmMemOffs : Format<7>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 88 RawFrmMemOffs = 7, enumerator 549 case X86Local::RawFrmMemOffs: in emitInstructionSpecifier()
|