Searched refs:AddRegFrm (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 49 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>; 93 "mov $dst, $src", 0xB0, AddRegFrm,
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 236 AddRegFrm = 2, enumerator 654 case X86II::AddRegFrm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1338 case X86II::AddRegFrm: in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 83 AddRegFrm = 2, enumerator 553 case X86Local::AddRegFrm: in emitInstructionSpecifier() 846 if (Form == X86Local::AddRegFrm) { in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 943 def POP16r : I<0x58, AddRegFrm, (outs GR16:$reg), (ins), "pop{w}\t$reg", [], 945 def POP32r : I<0x58, AddRegFrm, (outs GR32:$reg), (ins), "pop{l}\t$reg", [], 963 def PUSH16r : I<0x50, AddRegFrm, (outs), (ins GR16:$reg), "push{w}\t$reg",[], 965 def PUSH32r : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[], 999 def POP64r : I<0x58, AddRegFrm, (outs GR64:$reg), (ins), "pop{q}\t$reg", [], 1007 def PUSH64r : I<0x50, AddRegFrm, (outs), (ins GR64:$reg), "push{q}\t$reg", [], 1052 def BSWAP32r : I<0xC8, AddRegFrm, 1057 def BSWAP64r : RI<0xC8, AddRegFrm, (outs GR64:$dst), (ins GR64:$src), 1185 def MOV8ri : Ii8 <0xB0, AddRegFrm, (outs GR8 :$dst), (ins i8imm :$src), 1188 def MOV16ri : Ii16<0xB8, AddRegFrm, (outs GR16:$dst), (ins i16imm:$src), [all …]
|
D | X86InstrArithmetic.td | 461 def INC16r : I<0x40, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 465 def INC32r : I<0x40, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1), 563 def DEC16r : I<0x48, AddRegFrm, (outs GR16:$dst), (ins GR16:$src1), 568 def DEC32r : I<0x48, AddRegFrm, (outs GR32:$dst), (ins GR32:$src1),
|
D | X86RegisterInfo.td | 388 // GR32_NOAX - GR32 registers except EAX. Used by AddRegFrm of XCHG32 in 64-bit
|
D | X86CodeEmitter.cpp | 1204 case X86II::AddRegFrm: { in emitInstruction()
|
D | X86InstrFormats.td | 22 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>;
|
D | X86InstrCompiler.td | 261 def MOV32ri64 : Ii32<0xb8, AddRegFrm, (outs GR32:$dst), (ins i64i32imm:$src),
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1805 case X86II::AddRegFrm: // for instructions that have one register operand 1840 for the ``X86II::AddRegFrm`` case, the first data emitted (by ``emitByte``) is 1851 case X86II::AddRegFrm:
|