/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB; 43 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>; 44 def RSM : I<0xAA, RawFrm, (outs), (ins), "rsm", []>, TB; 92 def IN8ri : Ii8<0xE4, RawFrm, (outs), (ins u8imm:$port), 95 def IN16ri : Ii8<0xE5, RawFrm, (outs), (ins u8imm:$port), 98 def IN32ri : Ii8<0xE5, RawFrm, (outs), (ins u8imm:$port), 111 def OUT8ir : Ii8<0xE6, RawFrm, (outs), (ins u8imm:$port), 114 def OUT16ir : Ii8<0xE7, RawFrm, (outs), (ins u8imm:$port), 117 def OUT32ir : Ii8<0xE7, RawFrm, (outs), (ins u8imm:$port), 704 def CLI : I<0xFA, RawFrm, (outs), (ins), "cli", []>; [all …]
|
H A D | X86InstrControl.td | 23 def RET32 : I <0xC3, RawFrm, (outs), (ins variable_ops), 25 def RET64 : I <0xC3, RawFrm, (outs), (ins variable_ops), 27 def RET16 : I <0xC3, RawFrm, (outs), (ins), 33 def RETI16 : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt), 35 def LRET32 : I <0xCB, RawFrm, (outs), (ins), 37 def LRET64 : RI <0xCB, RawFrm, (outs), (ins), 39 def LRET16 : I <0xCB, RawFrm, (outs), (ins), 41 def LRETI32 : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt), 224 def CALLpcrel32 : Ii32PCRel<0xE8, RawFrm, 229 def CALLpcrel16 : Ii16PCRel<0xE8, RawFrm, [all …]
|
H A D | X86InstrExtension.td | 15 def CBW : I<0x98, RawFrm, (outs), (ins), 18 def CWDE : I<0x98, RawFrm, (outs), (ins), 21 def CDQE : RI<0x98, RawFrm, (outs), (ins), 27 def CWD : I<0x99, RawFrm, (outs), (ins), 30 def CDQ : I<0x99, RawFrm, (outs), (ins), 33 def CQO : RI<0x99, RawFrm, (outs), (ins),
|
H A D | X86InstrInfo.td | 1286 def NOOP : I<0x90, RawFrm, (outs), (ins), "nop", []>; 2315 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", []>; 2316 def STC : I<0xF9, RawFrm, (outs), (ins), "stc", []>; 2317 def CMC : I<0xF5, RawFrm, (outs), (ins), "cmc", []>; 2322 def CLD : I<0xFC, RawFrm, (outs), (ins), "cld", []>; 2323 def STD : I<0xFD, RawFrm, (outs), (ins), "std", []>; 2333 def AAA : I<0x37, RawFrm, (outs), (ins), "aaa", []>, 2338 def AAD8i8 : Ii8<0xD5, RawFrm, (outs), (ins i8imm:$src), 2348 def AAS : I<0x3F, RawFrm, (outs), (ins), "aas", []>, 2353 def DAA : I<0x27, RawFrm, (outs), (ins), "daa", []>, [all …]
|
H A D | X86InstrCompiler.td | 390 def REP_MOVSB_32 : I<0xA4, RawFrm, (outs), (ins), 394 def REP_MOVSW_32 : I<0xA5, RawFrm, (outs), (ins), 398 def REP_MOVSD_32 : I<0xA5, RawFrm, (outs), (ins), 402 def REP_MOVSQ_32 : RI<0xA5, RawFrm, (outs), (ins), 409 def REP_MOVSB_64 : I<0xA4, RawFrm, (outs), (ins), 413 def REP_MOVSW_64 : I<0xA5, RawFrm, (outs), (ins), 417 def REP_MOVSD_64 : I<0xA5, RawFrm, (outs), (ins), 421 def REP_MOVSQ_64 : RI<0xA5, RawFrm, (outs), (ins), 430 def REP_STOSB_32 : I<0xAA, RawFrm, (outs), (ins), 435 def REP_STOSW_32 : I<0xAB, RawFrm, (outs), (ins), [all …]
|
H A D | X86Instr3DNow.td | 79 def FEMMS : I3DNow<0x0E, RawFrm, (outs), (ins), "femms",
|
H A D | X86InstrCMovSetCC.td | 126 def SALC : I<0xD6, RawFrm, (outs), (ins), "salc", []>, Requires<[Not64BitMode]>;
|
H A D | X86InstrMMX.td | 154 def MMX_EMMS : MMXI<0x77, RawFrm, (outs), (ins), "emms", [(int_x86_mmx_emms)]>;
|
H A D | X86InstrFPStack.td | 756 def WAIT : I<0x9B, RawFrm, (outs), (ins), "wait", []>;
|
H A D | X86InstrFormats.td | 21 def RawFrm : Format<1>;
|
H A D | X86InstrArithmetic.td | 917 : ITy<opcode, RawFrm, typeinfo,
|
H A D | X86InstrSSE.td | 3241 def PAUSE : I<0x90, RawFrm, (outs), (ins), 7448 def VZEROALL : I<0x77, RawFrm, (outs), (ins), "vzeroall", 7453 def VZEROUPPER : I<0x77, RawFrm, (outs), (ins), "vzeroupper",
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 99 RawFrm = 1, enumerator
|
H A D | X86RecognizableInstr.cpp | 502 case X86Local::RawFrm: in emitInstructionSpecifier() 801 case X86Local::RawFrm: in emitDecodePath()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 591 RawFrm = 1, enumerator 1107 case X86II::RawFrm: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 822 case X86II::RawFrm: in emitVEXOpcodePrefix() 1394 case X86II::RawFrm: in encodeInstruction()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 69 case X86II::RawFrm: in isInvalidMemoryInstr()
|
/openbsd/gnu/llvm/llvm/docs/TableGen/ |
H A D | ProgRef.rst | 861 def RET : I<0xC3, RawFrm, (outs), (ins), "ret", [(X86retflag 0)]>; 868 def CALLpcrel32 : Ii32<0xE8, RawFrm, (outs), (ins i32imm:$dst, variable_ops),
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 1884 case X86II::RawFrm: // for instructions with a fixed opcode value
|