Home
last modified time | relevance | path

Searched refs:MRM7m (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/llvm/utils/TableGen/
HDX86RecognizableInstr.cpp65 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, enumerator
158 (form >= X86Local::MRM0m && form <= X86Local::MRM7m)) in needsModRMForDecode()
832 case X86Local::MRM7m: in emitInstructionSpecifier()
934 case X86Local::MRM7m: in emitDecodePath()
977 case X86Local::MRM7m: in emitDecodePath()
1051 case X86Local::MRM7m: in emitDecodePath()
1115 case X86Local::MRM7m: in emitDecodePath()
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.h269 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, // Format /4 /5 /6 /7 enumerator
638 case X86II::MRM6m: case X86II::MRM7m: { in getMemoryOperandNo()
HDX86MCCodeEmitter.cpp782 case X86II::MRM6m: case X86II::MRM7m: { in EmitVEXOpcodePrefix()
1008 case X86II::MRM6m: case X86II::MRM7m: in DetermineREXPrefix()
1357 case X86II::MRM6m: case X86II::MRM7m: in EncodeInstruction()
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrShiftRotate.td285 def SAR8mCL : I<0xD2, MRM7m, (outs), (ins i8mem :$dst),
289 def SAR16mCL : I<0xD3, MRM7m, (outs), (ins i16mem:$dst),
293 def SAR32mCL : I<0xD3, MRM7m, (outs), (ins i32mem:$dst),
297 def SAR64mCL : RI<0xD3, MRM7m, (outs), (ins i64mem:$dst),
302 def SAR8mi : Ii8<0xC0, MRM7m, (outs), (ins i8mem :$dst, i8imm:$src),
306 def SAR16mi : Ii8<0xC1, MRM7m, (outs), (ins i16mem:$dst, i8imm:$src),
311 def SAR32mi : Ii8<0xC1, MRM7m, (outs), (ins i32mem:$dst, i8imm:$src),
315 def SAR64mi : RIi8<0xC1, MRM7m, (outs), (ins i64mem:$dst, i8imm:$src),
321 def SAR8m1 : I<0xD0, MRM7m, (outs), (ins i8mem :$dst),
325 def SAR16m1 : I<0xD1, MRM7m, (outs), (ins i16mem:$dst),
[all …]
HDX86InstrVMX.td44 def VMPTRSTm : I<0xC7, MRM7m, (outs i64mem:$vmcs), (ins),
HDX86InstrFPStack.td218 defm DIVR: FPBinary<fdiv, MRM7m, "divr">;
295 def FNSTSWm : FPI<0xDD, MRM7m, (outs f32mem:$dst), (ins), "fnstsw\t$dst">;
448 def ST_FP80m : FPI<0xDB, MRM7m, (outs), (ins f80mem:$dst), "fstp{t}\t$dst",
458 def IST_FP64m : FPI<0xDF, MRM7m, (outs), (ins i64mem:$dst), "fistp{ll}\t$dst",
584 def FNSTCW16m : I<0xD9, MRM7m, // [mem16] = X87 control world
HDX86CodeEmitter.cpp222 case X86II::MRM6m: case X86II::MRM7m: in determineREX()
1008 case X86II::MRM6m: case X86II::MRM7m: { in emitVEXOpcodePrefix()
1396 case X86II::MRM6m: case X86II::MRM7m: { in emitInstruction()
HDX86InstrArithmetic.td351 def IDIV8m : I<0xF6, MRM7m, (outs), (ins i8mem:$src), // AX/[mem8] = AL,AH
355 def IDIV16m: I<0xF7, MRM7m, (outs), (ins i16mem:$src), // DX:AX/[mem16] = AX,DX
359 def IDIV32m: I<0xF7, MRM7m, (outs), (ins i32mem:$src),
363 def IDIV64m: RI<0xF7, MRM7m, (outs), (ins i64mem:$src),
1238 defm CMP : ArithBinOp_F<0x38, 0x3A, 0x3C, "cmp", MRM7r, MRM7m, X86cmp, 0, 0>;
HDX86InstrInfo.td1364 def BTC16mi8 : Ii8<0xBA, MRM7m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1367 def BTC32mi8 : Ii8<0xBA, MRM7m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1369 def BTC64mi8 : RIi8<0xBA, MRM7m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
1977 defm T1MSKC : tbm_binary_intr<0x01, "t1mskc", MRM7r, MRM7m>;
HDX86InstrSystem.td233 def INVLPG : I<0x01, MRM7m, (outs), (ins i8mem:$addr), "invlpg\t$addr",
HDX86InstrFormats.td30 def MRM6m : Format<30>; def MRM7m : Format<31>;
HDX86InstrSSE.td3496 def CLFLUSH : I<0xAE, MRM7m, (outs), (ins i8mem:$src),