Searched refs:MRM1r (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 557 def ROR8rCL : I<0xD2, MRM1r, (outs GR8 :$dst), (ins GR8 :$src1), 560 def ROR16rCL : I<0xD3, MRM1r, (outs GR16:$dst), (ins GR16:$src1), 563 def ROR32rCL : I<0xD3, MRM1r, (outs GR32:$dst), (ins GR32:$src1), 566 def ROR64rCL : RI<0xD3, MRM1r, (outs GR64:$dst), (ins GR64:$src1), 571 def ROR8ri : Ii8<0xC0, MRM1r, (outs GR8 :$dst), (ins GR8 :$src1, u8imm:$src2), 574 def ROR16ri : Ii8<0xC1, MRM1r, (outs GR16:$dst), (ins GR16:$src1, u8imm:$src2), 578 def ROR32ri : Ii8<0xC1, MRM1r, (outs GR32:$dst), (ins GR32:$src1, u8imm:$src2), 582 def ROR64ri : RIi8<0xC1, MRM1r, (outs GR64:$dst), 588 def ROR8r1 : I<0xD0, MRM1r, (outs GR8 :$dst), (ins GR8 :$src1), 591 def ROR16r1 : I<0xD1, MRM1r, (outs GR16:$dst), (ins GR16:$src1), [all …]
|
D | X86InstrSystem.td | 240 def STR16r : I<0x00, MRM1r, (outs GR16:$dst), (ins), 242 def STR32r : I<0x00, MRM1r, (outs GR32:$dst), (ins), 244 def STR64r : RI<0x00, MRM1r, (outs GR64:$dst), (ins), 463 def RDSSPD : I<0x1E, MRM1r, (outs GR32:$dst), (ins GR32:$src), 466 def RDSSPQ : RI<0x1E, MRM1r, (outs GR64:$dst), (ins GR64:$src), 608 def RDGSBASE : I<0xAE, MRM1r, (outs GR32:$dst), (ins), 611 def RDGSBASE64 : RI<0xAE, MRM1r, (outs GR64:$dst), (ins),
|
D | X86InstrFPStack.td | 338 def MUL_FST0r : FPST0rInst <MRM1r, "fmul\t{$op, %st|st, $op}">; 339 def MUL_FrST0 : FPrST0Inst <MRM1r, "fmul\t{%st, $op|$op, st}">; 340 def MUL_FPrST0 : FPrST0PInst<MRM1r, "fmulp\t{%st, $op|$op, st}">; 457 def CMOVE_F : FPI<0xDA, MRM1r, (outs), (ins RSTi:$op), 465 def CMOVNE_F : FPI<0xDB, MRM1r, (outs), (ins RSTi:$op), 604 def XCH_F : FPI<0xD9, MRM1r, (outs), (ins RSTi:$op), "fxch\t$op">;
|
D | X86InstrArithmetic.td | 489 def DEC8r : I<0xFE, MRM1r, (outs GR8 :$dst), (ins GR8 :$src1), 492 def DEC16r : I<0xFF, MRM1r, (outs GR16:$dst), (ins GR16:$src1), 496 def DEC32r : I<0xFF, MRM1r, (outs GR32:$dst), (ins GR32:$src1), 500 def DEC64r : RI<0xFF, MRM1r, (outs GR64:$dst), (ins GR64:$src1), "dec{q}\t$dst", 1174 defm OR : ArithBinOp_RF<0x08, 0x0A, 0x0C, "or", MRM1r, MRM1m,
|
D | X86InstrInfo.td | 2432 defm BLSR32 : bmi_bls<"blsr{l}", MRM1r, MRM1m, GR32, i32mem, WriteBLS>; 2433 defm BLSR64 : bmi_bls<"blsr{q}", MRM1r, MRM1m, GR64, i64mem, WriteBLS>, VEX_W; 2660 defm BLCFILL : tbm_binary_intr<0x01, "blcfill", WriteALU, MRM1r, MRM1m>; 2663 defm BLCMSK : tbm_binary_intr<0x02, "blcmsk", WriteALU, MRM1r, MRM1m>; 2687 def SLWPCB : I<0x12, MRM1r, (outs GR32:$dst), (ins), "slwpcb\t$dst", 2692 def SLWPCB64 : I<0x12, MRM1r, (outs GR64:$dst), (ins), "slwpcb\t$dst", 2713 def rri : Ii32<0x12, MRM1r, (outs), (ins RC:$src0, GR32:$src1, i32imm:$cntl),
|
D | X86InstrFormats.td | 47 def MRM0r : Format<56>; def MRM1r : Format<57>; def MRM2r : Format<58>;
|
D | X86InstrAVX512.td | 5912 defm VPROL : avx512_shift_rmi_dq<0x72, 0x72, MRM1r, MRM1m, "vprol", X86vrotli,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 666 MRM0r = 56, MRM1r = 57, MRM2r = 58, MRM3r = 59, // Format /0 /1 /2 /3 enumerator 1055 case X86II::MRM0r: case X86II::MRM1r: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1085 case X86II::MRM1r: in emitVEXOpcodePrefix() 1240 case X86II::MRM1r: in determineREXPrefix() 1629 case X86II::MRM1r: in encodeInstruction()
|