/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 300 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator 693 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 800 case X86II::MRM2m: case X86II::MRM3m: in EmitVEXOpcodePrefix() 1044 case X86II::MRM2m: case X86II::MRM3m: in DetermineREXPrefix() 1412 case X86II::MRM2m: case X86II::MRM3m: in EncodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 429 def RCR8m1 : I<0xD0, MRM3m, (outs), (ins i8mem:$dst), 431 def RCR8mi : Ii8<0xC0, MRM3m, (outs), (ins i8mem:$dst, i8imm:$cnt), 433 def RCR16m1 : I<0xD1, MRM3m, (outs), (ins i16mem:$dst), 435 def RCR16mi : Ii8<0xC1, MRM3m, (outs), (ins i16mem:$dst, i8imm:$cnt), 437 def RCR32m1 : I<0xD1, MRM3m, (outs), (ins i32mem:$dst), 439 def RCR32mi : Ii8<0xC1, MRM3m, (outs), (ins i32mem:$dst, i8imm:$cnt), 441 def RCR64m1 : RI<0xD1, MRM3m, (outs), (ins i64mem:$dst), 443 def RCR64mi : RIi8<0xC1, MRM3m, (outs), (ins i64mem:$dst, i8imm:$cnt), 456 def RCR8mCL : I<0xD2, MRM3m, (outs), (ins i8mem:$dst), 458 def RCR16mCL : I<0xD3, MRM3m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrFPStack.td | 296 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">; 302 def FICOMP32m: FPI<0xDA, MRM3m, (outs), (ins i32mem:$src), "ficomp{l}\t$src">; 305 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">; 312 def FICOMP16m: FPI<0xDE, MRM3m, (outs), (ins i16mem:$src), "ficomp{s}\t$src">; 458 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst", 460 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst", 468 def IST_FP16m : FPI<0xDF, MRM3m, (outs), (ins i16mem:$dst), "fistp{s}\t$dst", 470 def IST_FP32m : FPI<0xDB, MRM3m, (outs), (ins i32mem:$dst), "fistp{l}\t$dst",
|
D | X86InstrControl.td | 217 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaque32mem:$dst), 220 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaque48mem:$dst), 277 def FARCALL64 : RI<0xFF, MRM3m, (outs), (ins opaque80mem:$dst),
|
D | X86InstrSystem.td | 262 def LTRm : I<0x00, MRM3m, (outs), (ins i16mem:$src), 426 def LIDT16m : I<0x01, MRM3m, (outs), (ins opaque48mem:$src), 428 def LIDT32m : I<0x01, MRM3m, (outs), (ins opaque48mem:$src), 430 def LIDT64m : I<0x01, MRM3m, (outs), (ins opaque80mem:$src), 501 def XRSTORS : I<0xC7, MRM3m, (outs), (ins opaque512mem:$dst), 503 def XRSTORS64 : RI<0xC7, MRM3m, (outs), (ins opaque512mem:$dst),
|
D | X86InstrArithmetic.td | 396 def NEG8m : I<0xF6, MRM3m, (outs), (ins i8mem :$dst), 400 def NEG16m : I<0xF7, MRM3m, (outs), (ins i16mem:$dst), 404 def NEG32m : I<0xF7, MRM3m, (outs), (ins i32mem:$dst), 408 def NEG64m : RI<0xF7, MRM3m, (outs), (ins i64mem:$dst), "neg{q}\t$dst", 1200 defm SBB : ArithBinOp_RFF<0x18, 0x1A, 0x1C, "sbb", MRM3r, MRM3m, X86sbb_flag,
|
D | X86InstrInfo.td | 2129 defm BLSI32 : bmi_bls<"blsi{l}", MRM3r, MRM3m, GR32, i32mem>; 2130 defm BLSI64 : bmi_bls<"blsi{q}", MRM3r, MRM3m, GR64, i64mem>, VEX_W; 2345 defm BLCS : tbm_binary_intr<0x01, "blcs", MRM3r, MRM3m>;
|
D | X86InstrFormats.td | 34 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
|
D | X86InstrSSE.td | 3714 def PREFETCHT2 : I<0x18, MRM3m, (outs), (ins i8mem:$src), 3762 def VSTMXCSR : VPSI<0xAE, MRM3m, (outs), (ins i32mem:$dst), 3770 def STMXCSR : I<0xAE, MRM3m, (outs), (ins i32mem:$dst),
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 110 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator 744 case X86Local::MRM3m: in emitInstructionSpecifier() 860 case X86Local::MRM2m: case X86Local::MRM3m: in emitDecodePath()
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1827 case X86II::MRM2m: case X86II::MRM3m: // a MEMORY r/m operand and
|