/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 218 : FPI<o, AddRegFrm, (outs), (ins RST:$op), asm>, D8; 220 : FPI<o, AddRegFrm, (outs), (ins RST:$op), asm>, DC; 222 : FPI<o, AddRegFrm, (outs), (ins RST:$op), asm>, DE; 332 def CMOVB_F : FPI<0xC0, AddRegFrm, (outs RST:$op), (ins), 334 def CMOVBE_F : FPI<0xD0, AddRegFrm, (outs RST:$op), (ins), 336 def CMOVE_F : FPI<0xC8, AddRegFrm, (outs RST:$op), (ins), 338 def CMOVP_F : FPI<0xD8, AddRegFrm, (outs RST:$op), (ins), 340 def CMOVNB_F : FPI<0xC0, AddRegFrm, (outs RST:$op), (ins), 342 def CMOVNBE_F: FPI<0xD0, AddRegFrm, (outs RST:$op), (ins), 344 def CMOVNE_F : FPI<0xC8, AddRegFrm, (outs RST:$op), (ins), [all …]
|
D | X86InstrInfo.td | 672 def POP16r : I<0x58, AddRegFrm, (outs GR16:$reg), (ins), "pop{w}\t$reg", []>, 674 def POP32r : I<0x58, AddRegFrm, (outs GR32:$reg), (ins), "pop{l}\t$reg", []>; 688 def PUSH16r : I<0x50, AddRegFrm, (outs), (ins GR16:$reg), "push{w}\t$reg",[]>, 690 def PUSH32r : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[]>; 714 def POP64r : I<0x58, AddRegFrm, 720 def PUSH64r : I<0x50, AddRegFrm, 757 def BSWAP32r : I<0xC8, AddRegFrm, 762 def BSWAP64r : RI<0xC8, AddRegFrm, (outs GR64:$dst), (ins GR64:$src), 855 def MOV8ri : Ii8 <0xB0, AddRegFrm, (outs GR8 :$dst), (ins i8imm :$src), 858 def MOV16ri : Ii16<0xB8, AddRegFrm, (outs GR16:$dst), (ins i16imm:$src), [all …]
|
D | X86InstrArithmetic.td | 388 def INC16r : I<0x40, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 392 def INC32r : I<0x40, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1), 467 def DEC16r : I<0x48, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 471 def DEC32r : I<0x48, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1),
|
D | X86CodeEmitter.cpp | 819 case X86II::AddRegFrm: { in emitInstruction()
|
D | X86RegisterInfo.td | 393 // GR32_NOAX - GR32 registers except EAX. Used by AddRegFrm of XCHG32 in 64-bit
|
D | X86InstrFormats.td | 22 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 187 AddRegFrm = 2, enumerator 471 case X86II::AddRegFrm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 912 case X86II::AddRegFrm: in EncodeInstruction()
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 49 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>; 93 "mov $dst, $src", 0xB0, AddRegFrm,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 49 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>; 93 "mov $dst, $src", 0xB0, AddRegFrm,
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | TargetInstrInfo.td | 49 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>; 93 "mov $dst, $src", 0xB0, AddRegFrm,
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 46 AddRegFrm = 2, enumerator 630 case X86Local::AddRegFrm: in emitInstructionSpecifier() 888 if (Form == X86Local::AddRegFrm) { in emitDecodePath() 955 if (Form == X86Local::AddRegFrm) { in emitDecodePath()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 235 AddRegFrm = 2, enumerator 668 case X86II::AddRegFrm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 987 case X86II::AddRegFrm: in DetermineREXPrefix() 1271 case X86II::AddRegFrm: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 253 AddRegFrm = 2, enumerator 702 case X86II::AddRegFrm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1059 case X86II::AddRegFrm: in DetermineREXPrefix() 1359 case X86II::AddRegFrm: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 98 AddRegFrm = 2, enumerator
|
D | X86RecognizableInstr.cpp | 491 case X86Local::AddRegFrm: in emitInstructionSpecifier() 720 case X86Local::AddRegFrm: in emitDecodePath() 772 if (Form == X86Local::AddRegFrm) { in emitDecodePath()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 96 AddRegFrm = 2, enumerator 596 case X86Local::AddRegFrm: in emitInstructionSpecifier() 884 if (Form == X86Local::AddRegFrm) { in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1094 def POP16r : I<0x58, AddRegFrm, (outs GR16:$reg), (ins), "pop{w}\t$reg", [], 1096 def POP32r : I<0x58, AddRegFrm, (outs GR32:$reg), (ins), "pop{l}\t$reg", [], 1109 def PUSH16r : I<0x50, AddRegFrm, (outs), (ins GR16:$reg), "push{w}\t$reg",[], 1111 def PUSH32r : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[], 1184 def POP64r : I<0x58, AddRegFrm, (outs GR64:$reg), (ins), "pop{q}\t$reg", [], 1192 def PUSH64r : I<0x50, AddRegFrm, (outs), (ins GR64:$reg), "push{q}\t$reg", [], 1237 def BSWAP32r : I<0xC8, AddRegFrm, 1242 def BSWAP64r : RI<0xC8, AddRegFrm, (outs GR64:$dst), (ins GR64:$src), 1370 def MOV8ri : Ii8 <0xB0, AddRegFrm, (outs GR8 :$dst), (ins i8imm :$src), 1373 def MOV16ri : Ii16<0xB8, AddRegFrm, (outs GR16:$dst), (ins i16imm:$src), [all …]
|
D | X86InstrArithmetic.td | 475 def INC16r_alt : I<0x40, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 478 def INC32r_alt : I<0x40, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1), 521 def DEC16r_alt : I<0x48, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 524 def DEC32r_alt : I<0x48, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1),
|
D | X86RegisterInfo.td | 398 // GR32_NOAX - GR32 registers except EAX. Used by AddRegFrm of XCHG32 in 64-bit
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1201 def POP16r : I<0x58, AddRegFrm, (outs GR16:$reg), (ins), "pop{w}\t$reg", []>, 1203 def POP32r : I<0x58, AddRegFrm, (outs GR32:$reg), (ins), "pop{l}\t$reg", []>, 1221 def PUSH16r : I<0x50, AddRegFrm, (outs), (ins GR16:$reg), "push{w}\t$reg",[]>, 1223 def PUSH32r : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[]>, 1297 def POP64r : I<0x58, AddRegFrm, (outs GR64:$reg), (ins), "pop{q}\t$reg", []>, 1309 def PUSH64r : I<0x50, AddRegFrm, (outs), (ins GR64:$reg), "push{q}\t$reg", []>, 1359 def BSWAP16r_BAD : I<0xC8, AddRegFrm, (outs GR16:$dst), (ins GR16:$src), 1362 def BSWAP32r : I<0xC8, AddRegFrm, (outs GR32:$dst), (ins GR32:$src), 1367 def BSWAP64r : RI<0xC8, AddRegFrm, (outs GR64:$dst), (ins GR64:$src), 1495 def MOV8ri : Ii8 <0xB0, AddRegFrm, (outs GR8 :$dst), (ins i8imm :$src), [all …]
|
D | X86InstrArithmetic.td | 445 def INC16r_alt : I<0x40, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 448 def INC32r_alt : I<0x40, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1), 491 def DEC16r_alt : I<0x48, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 494 def DEC32r_alt : I<0x48, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1),
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1843 case X86II::AddRegFrm: // for instructions that have one register operand 1878 for the ``X86II::AddRegFrm`` case, the first data emitted (by ``emitByte``) is 1889 case X86II::AddRegFrm:
|