Home
last modified time | relevance | path

Searched refs:AddRegFrm (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td61 def POP16r : I<0x58, AddRegFrm, (outs GR16:$reg), (ins), "pop{w}\t$reg", []>,
63 def POP32r : I<0x58, AddRegFrm, (outs GR32:$reg), (ins), "pop{l}\t$reg", []>,
81 def PUSH16r : I<0x50, AddRegFrm, (outs), (ins GR16:$reg), "push{w}\t$reg",[]>,
83 def PUSH32r : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[]>,
157 def POP64r : I<0x58, AddRegFrm, (outs GR64:$reg), (ins), "pop{q}\t$reg", []>,
164 def POPP64r : I<0x58, AddRegFrm, (outs GR64:$reg), (ins), "popp\t$reg", []>,
178 def PUSH64r : I<0x50, AddRegFrm, (outs), (ins GR64:$reg), "push{q}\t$reg", []>,
185 def PUSHP64r : I<0x50, AddRegFrm, (outs), (ins GR64:$reg), "pushp\t$reg", []>,
236 def BSWAP16r_BAD : I<0xC8, AddRegFrm, (outs GR16:$dst), (ins GR16:$src),
239 def BSWAP32r : I<0xC8, AddRegFrm, (outs GR32:$dst), (ins GR32:$src),
[all …]
H A DX86InstrFormats.td22 def AddRegFrm : Format<2>;
H A DX86InstrArithmetic.td410 : UnaryOpR_RF<o, AddRegFrm, m, t, null_frag>, Requires<[Not64BitMode]>;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp528 case X86Local::AddRegFrm: in emitInstructionSpecifier()
880 case X86Local::AddRegFrm: in emitDecodePath()
970 if (Form == X86Local::AddRegFrm || Form == X86Local::MRMSrcRegCC || in emitDecodePath()
975 uint8_t Count = Form == X86Local::AddRegFrm ? 8 : 16; in emitDecodePath()
H A DX86RecognizableInstr.h100 AddRegFrm = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h505 AddRegFrm = 2, enumerator
1017 case X86II::AddRegFrm: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1386 case X86II::AddRegFrm: in emitREXPrefix()
1637 case X86II::AddRegFrm: in encodeInstruction()