/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 257 RawFrmMemOffs = 3, enumerator 705 case X86II::RawFrmMemOffs: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1333 case X86II::RawFrmMemOffs: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 99 RawFrmMemOffs = 3, enumerator
|
D | X86RecognizableInstr.cpp | 487 case X86Local::RawFrmMemOffs: in emitInstructionSpecifier() 721 case X86Local::RawFrmMemOffs: in emitDecodePath()
|
/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-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1551 def MOV8ao32 : Ii32<0xA0, RawFrmMemOffs, (outs), (ins offset32_8:$src), 1555 def MOV16ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_16:$src), 1559 def MOV32ao32 : Ii32<0xA1, RawFrmMemOffs, (outs), (ins offset32_32:$src), 1563 def MOV64ao32 : RIi32<0xA1, RawFrmMemOffs, (outs), (ins offset32_64:$src), 1568 def MOV8ao16 : Ii16<0xA0, RawFrmMemOffs, (outs), (ins offset16_8:$src), 1571 def MOV16ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_16:$src), 1575 def MOV32ao16 : Ii16<0xA1, RawFrmMemOffs, (outs), (ins offset16_32:$src), 1581 def MOV8o32a : Ii32<0xA2, RawFrmMemOffs, (outs), (ins offset32_8:$dst), 1584 def MOV16o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_16:$dst), 1588 def MOV32o32a : Ii32<0xA3, RawFrmMemOffs, (outs), (ins offset32_32:$dst), [all …]
|
D | X86InstrFormats.td | 24 def RawFrmMemOffs : Format<3>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 101 RawFrmMemOffs = 7, enumerator 592 case X86Local::RawFrmMemOffs: in emitInstructionSpecifier()
|