Searched refs:RawFrmMemOffs (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 259 RawFrmMemOffs = 7, enumerator 673 case X86II::RawFrmMemOffs: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1245 case X86II::RawFrmMemOffs: in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1422 def MOV8ao32 : Ii32<0xA0, RawFrmMemOffs, (outs), (ins offset32_8:$src), 1426 def MOV16ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_16:$src), 1430 def MOV32ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_32:$src), 1434 def MOV64ao32 : RIi32<0xA1, RawFrmMemOffs, (outs), (ins offset32_64:$src), 1439 def MOV8ao16 : Ii16<0xA0, RawFrmMemOffs, (outs), (ins offset16_8:$src), 1442 def MOV16ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_16:$src), 1446 def MOV32ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_32:$src), 1452 def MOV8o32a : Ii32<0xA2, RawFrmMemOffs, (outs), (ins offset32_8:$dst), 1455 def MOV16o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_16:$dst), 1459 def MOV32o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_32:$dst), [all …]
|
D | X86InstrFormats.td | 24 def MRMSrcMem : Format<6>; def RawFrmMemOffs : Format<7>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 554 RawFrmMemOffs = 3, enumerator 1026 case X86II::RawFrmMemOffs: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 729 case X86II::RawFrmMemOffs: { in emitPrefixImpl() 1445 case X86II::RawFrmMemOffs: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1601 def MOV8ao32 : Ii32<0xA0, RawFrmMemOffs, (outs), (ins offset32_8:$src), 1605 def MOV16ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_16:$src), 1609 def MOV32ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_32:$src), 1613 def MOV64ao32 : RIi32<0xA1, RawFrmMemOffs, (outs), (ins offset32_64:$src), 1618 def MOV8ao16 : Ii16<0xA0, RawFrmMemOffs, (outs), (ins offset16_8:$src), 1621 def MOV16ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_16:$src), 1625 def MOV32ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_32:$src), 1631 def MOV8o32a : Ii32<0xA2, RawFrmMemOffs, (outs), (ins offset32_8:$dst), 1634 def MOV16o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_16:$dst), 1638 def MOV32o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_32:$dst), [all …]
|
D | X86InstrFormats.td | 23 def RawFrmMemOffs : Format<3>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 101 RawFrmMemOffs = 7, enumerator 592 case X86Local::RawFrmMemOffs: in emitInstructionSpecifier()
|