Home
last modified time | relevance | path

Searched refs:MRM6r (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h296 MRM4r = 20, MRM5r = 21, MRM6r = 22, MRM7r = 23, // Format /4 /5 /6 /7 enumerator
688 case X86II::MRM6r: case X86II::MRM7r: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp872 case X86II::MRM6r: case X86II::MRM7r: { in EmitVEXOpcodePrefix()
1023 case X86II::MRM6r: case X86II::MRM7r: in DetermineREXPrefix()
1358 case X86II::MRM6r: case X86II::MRM7r: { in encodeInstruction()
/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h124 MRM4r = 52, MRM5r = 53, MRM6r = 54, MRM7r = 55, enumerator
DX86RecognizableInstr.cpp660 case X86Local::MRM6r: in emitInstructionSpecifier()
797 case X86Local::MRM6r: case X86Local::MRM7r: in emitDecodePath()
DX86FoldTablesEmitter.cpp435 (MemFormNum == X86Local::MRM6m && RegFormNum == X86Local::MRM6r) || in areOppositeForms()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h667 MRM4r = 60, MRM5r = 61, MRM6r = 62, MRM7r = 63, // Format /4 /5 /6 /7 enumerator
1058 case X86II::MRM6r: case X86II::MRM7r: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1090 case X86II::MRM6r: in emitVEXOpcodePrefix()
1245 case X86II::MRM6r: in determineREXPrefix()
1634 case X86II::MRM6r: in encodeInstruction()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h718 MRM4r = 52, MRM5r = 53, MRM6r = 54, MRM7r = 55, // Format /4 /5 /6 /7 enumerator
1131 case X86II::MRM6r: case X86II::MRM7r: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1122 case X86II::MRM6r: in emitVEXOpcodePrefix()
1282 case X86II::MRM6r: in emitREXPrefix()
1655 case X86II::MRM6r: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp109 MRM4r = 20, MRM5r = 21, MRM6r = 22, MRM7r = 23, enumerator
721 case X86Local::MRM6r: in emitInstructionSpecifier()
855 case X86Local::MRM6r: case X86Local::MRM7r: in emitDecodePath()
/external/llvm/lib/Target/X86/
DX86InstrMMX.td488 defm MMX_PSLLW : MMXI_binop_rmi_int<0xF1, 0x71, MRM6r, "psllw",
491 defm MMX_PSLLD : MMXI_binop_rmi_int<0xF2, 0x72, MRM6r, "pslld",
494 defm MMX_PSLLQ : MMXI_binop_rmi_int<0xF3, 0x73, MRM6r, "psllq",
DX86InstrFPStack.td287 def DIV_FST0r : FPST0rInst <MRM6r, "fdiv\t$op">;
288 def DIVR_FrST0 : FPrST0Inst <MRM6r, "fdiv{|r}\t{%st(0), $op|$op, st(0)}">;
289 def DIVR_FPrST0 : FPrST0PInst<MRM6r, "fdiv{|r}p\t$op">;
605 def COM_FIr : FPI<0xDB, MRM6r, (outs), (ins RST:$reg),
607 def COM_FIPr : FPI<0xDF, MRM6r, (outs), (ins RST:$reg),
DX86InstrInfo.td1113 def PUSH16rmr: I<0xFF, MRM6r, (outs), (ins GR16:$reg), "push{w}\t$reg",[],
1115 def PUSH32rmr: I<0xFF, MRM6r, (outs), (ins GR32:$reg), "push{l}\t$reg",[],
1194 def PUSH64rmr: I<0xFF, MRM6r, (outs), (ins GR64:$reg), "push{q}\t$reg", [],
1738 def BTR16ri8 : Ii8<0xBA, MRM6r, (outs), (ins GR16:$src1, i16i8imm:$src2),
1741 def BTR32ri8 : Ii8<0xBA, MRM6r, (outs), (ins GR32:$src1, i32i8imm:$src2),
1744 def BTR64ri8 : RIi8<0xBA, MRM6r, (outs), (ins GR64:$src1, i64i8imm:$src2),
2116 def RDRAND16r : I<0xC7, MRM6r, (outs GR16:$dst), (ins),
2119 def RDRAND32r : I<0xC7, MRM6r, (outs GR32:$dst), (ins),
2122 def RDRAND64r : RI<0xC7, MRM6r, (outs GR64:$dst), (ins),
2397 defm BLCI : tbm_binary_intr<0x02, "blci", MRM6r, MRM6m>;
[all …]
DX86InstrArithmetic.td298 def DIV8r : I<0xF6, MRM6r, (outs), (ins GR8:$src), // AX/r8 = AL,AH
301 def DIV16r : I<0xF7, MRM6r, (outs), (ins GR16:$src), // DX:AX/r16 = AX,DX
304 def DIV32r : I<0xF7, MRM6r, (outs), (ins GR32:$src), // EDX:EAX/r32 = EAX,EDX
308 def DIV64r : RI<0xF7, MRM6r, (outs), (ins GR64:$src),
1195 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrMMX.td422 defm MMX_PSLLW : MMXI_binop_rmi_int<0xF1, 0x71, MRM6r, "psllw",
426 defm MMX_PSLLD : MMXI_binop_rmi_int<0xF2, 0x72, MRM6r, "pslld",
430 defm MMX_PSLLQ : MMXI_binop_rmi_int<0xF3, 0x73, MRM6r, "psllq",
DX86InstrFPStack.td346 def DIV_FST0r : FPST0rInst <MRM6r, "fdiv\t{$op, %st|st, $op}">;
347 def DIVR_FrST0 : FPrST0Inst <MRM6r, "fdiv{|r}\t{%st, $op|$op, st}">;
348 def DIVR_FPrST0 : FPrST0PInst<MRM6r, "fdiv{|r}p\t{%st, $op|$op, st}">;
692 def COM_FIr : FPI<0xDB, MRM6r, (outs), (ins RSTi:$reg),
694 def COM_FIPr : FPI<0xDF, MRM6r, (outs), (ins RSTi:$reg),
DX86InstrInfo.td1277 def PUSH16rmr: I<0xFF, MRM6r, (outs), (ins GR16:$reg), "push{w}\t$reg",[]>,
1279 def PUSH32rmr: I<0xFF, MRM6r, (outs), (ins GR32:$reg), "push{l}\t$reg",[]>,
1363 def PUSH64rmr: I<0xFF, MRM6r, (outs), (ins GR64:$reg), "push{q}\t$reg", []>,
1939 def BTR16ri8 : Ii8<0xBA, MRM6r, (outs GR16:$dst), (ins GR16:$src1, i16u8imm:$src2),
1942 def BTR32ri8 : Ii8<0xBA, MRM6r, (outs GR32:$dst), (ins GR32:$src1, i32u8imm:$src2),
1945 def BTR64ri8 : RIi8<0xBA, MRM6r, (outs GR64:$dst), (ins GR64:$src1, i64u8imm:$src2),
2330 def RDRAND16r : I<0xC7, MRM6r, (outs GR16:$dst), (ins),
2333 def RDRAND32r : I<0xC7, MRM6r, (outs GR32:$dst), (ins),
2336 def RDRAND64r : RI<0xC7, MRM6r, (outs GR64:$dst), (ins),
2661 defm BLCI : tbm_binary_intr<0x02, "blci", WriteALU, MRM6r, MRM6m>;
[all …]
DX86InstrArithmetic.td284 def DIV8r : I<0xF6, MRM6r, (outs), (ins GR8:$src), // AX/r8 = AL,AH
287 def DIV16r : I<0xF7, MRM6r, (outs), (ins GR16:$src), // DX:AX/r16 = AX,DX
290 def DIV32r : I<0xF7, MRM6r, (outs), (ins GR32:$src), // EDX:EAX/r32 = EAX,EDX
294 def DIV64r : RI<0xF7, MRM6r, (outs), (ins GR64:$src),
1176 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrMMX.td403 defm MMX_PSLLW : MMXI_binop_rmi_int<0xF1, 0x71, MRM6r, "psllw",
407 defm MMX_PSLLD : MMXI_binop_rmi_int<0xF2, 0x72, MRM6r, "pslld",
411 defm MMX_PSLLQ : MMXI_binop_rmi_int<0xF3, 0x73, MRM6r, "psllq",
DX86InstrFPStack.td340 def DIV_FST0r : FPST0rInst <MRM6r, "fdiv\t{$op, %st|st, $op}">;
341 def DIVR_FrST0 : FPrST0Inst <MRM6r, "fdiv{|r}\t{%st, $op|$op, st}">;
342 def DIVR_FPrST0 : FPrST0PInst<MRM6r, "fdiv{|r}p\t{%st, $op|$op, st}">;
689 def COM_FIr : FPI<0xDB, MRM6r, (outs), (ins RSTi:$reg),
691 def COM_FIPr : FPI<0xDF, MRM6r, (outs), (ins RSTi:$reg),
DX86InstrInfo.td1332 def PUSH16rmr: I<0xFF, MRM6r, (outs), (ins GR16:$reg), "push{w}\t$reg",[]>,
1334 def PUSH32rmr: I<0xFF, MRM6r, (outs), (ins GR32:$reg), "push{l}\t$reg",[]>,
1418 def PUSH64rmr: I<0xFF, MRM6r, (outs), (ins GR64:$reg), "push{q}\t$reg", []>,
2005 def BTR16ri8 : Ii8<0xBA, MRM6r, (outs GR16:$dst), (ins GR16:$src1, i16u8imm:$src2),
2008 def BTR32ri8 : Ii8<0xBA, MRM6r, (outs GR32:$dst), (ins GR32:$src1, i32u8imm:$src2),
2011 def BTR64ri8 : RIi8<0xBA, MRM6r, (outs GR64:$dst), (ins GR64:$src1, i64u8imm:$src2),
2396 def RDRAND16r : I<0xC7, MRM6r, (outs GR16:$dst), (ins),
2399 def RDRAND32r : I<0xC7, MRM6r, (outs GR32:$dst), (ins),
2402 def RDRAND64r : RI<0xC7, MRM6r, (outs GR64:$dst), (ins),
2727 defm BLCI : tbm_binary_intr<0x02, "blci", WriteALU, MRM6r, MRM6m>;
[all …]
DX86InstrArithmetic.td284 def DIV8r : I<0xF6, MRM6r, (outs), (ins GR8:$src), // AX/r8 = AL,AH
287 def DIV16r : I<0xF7, MRM6r, (outs), (ins GR16:$src), // DX:AX/r16 = AX,DX
290 def DIV32r : I<0xF7, MRM6r, (outs), (ins GR32:$src), // EDX:EAX/r32 = EAX,EDX
294 def DIV64r : RI<0xF7, MRM6r, (outs), (ins GR64:$src),
1176 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
/external/llvm-project/llvm/test/TableGen/
DTargetInstrInfo.td54 def MRM6r : Format<22>; def MRM7r : Format<23>;
/external/llvm/test/TableGen/
DTargetInstrInfo.td54 def MRM6r : Format<22>; def MRM7r : Format<23>;
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp80 case X86II::MRM6r: in isInvalidMemoryInstr()

12