/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 300 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator 692 case X86II::MRM0m: case X86II::MRM1m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 799 case X86II::MRM0m: case X86II::MRM1m: in EmitVEXOpcodePrefix() 1047 case X86II::MRM0m: case X86II::MRM1m: in DetermineREXPrefix() 1418 case X86II::MRM0m: case X86II::MRM1m: in encodeInstruction() 1428 EmitMemModRMByte(MI, CurOp, (Form == X86II::MRMXm) ? 0 : Form-X86II::MRM0m, in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 523 def ROL8mCL : I<0xD2, MRM0m, (outs), (ins i8mem :$dst), 527 def ROL16mCL : I<0xD3, MRM0m, (outs), (ins i16mem:$dst), 531 def ROL32mCL : I<0xD3, MRM0m, (outs), (ins i32mem:$dst), 535 def ROL64mCL : RI<0xD3, MRM0m, (outs), (ins i64mem:$dst), 540 def ROL8mi : Ii8<0xC0, MRM0m, (outs), (ins i8mem :$dst, u8imm:$src1), 544 def ROL16mi : Ii8<0xC1, MRM0m, (outs), (ins i16mem:$dst, u8imm:$src1), 548 def ROL32mi : Ii8<0xC1, MRM0m, (outs), (ins i32mem:$dst, u8imm:$src1), 552 def ROL64mi : RIi8<0xC1, MRM0m, (outs), (ins i64mem:$dst, u8imm:$src1), 558 def ROL8m1 : I<0xD0, MRM0m, (outs), (ins i8mem :$dst), 562 def ROL16m1 : I<0xD1, MRM0m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrFPStack.td | 244 defm ADD : FPBinary<fadd, MRM0m, "add">; 470 def LD_F32m : FPI<0xD9, MRM0m, (outs), (ins f32mem:$src), "fld{s}\t$src", 472 def LD_F64m : FPI<0xDD, MRM0m, (outs), (ins f64mem:$src), "fld{l}\t$src", 476 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src", 478 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src", 667 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaque512mem:$dst), 669 def FXSAVE64 : RI<0xAE, MRM0m, (outs), (ins opaque512mem:$dst),
|
D | X86Instr3DNow.td | 90 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i8mem:$addr),
|
D | X86InstrSystem.td | 388 def SGDT16m : I<0x01, MRM0m, (outs opaque48mem:$dst), (ins), 390 def SGDT32m : I<0x01, MRM0m, (outs opaque48mem:$dst), (ins), 392 def SGDT64m : I<0x01, MRM0m, (outs opaque80mem:$dst), (ins), 402 def SLDT16m : I<0x00, MRM0m, (outs i16mem:$dst), (ins), 411 def SLDT64m : RI<0x00, MRM0m, (outs i16mem:$dst), (ins),
|
D | X86InstrArithmetic.td | 485 def INC8m : I<0xFE, MRM0m, (outs), (ins i8mem :$dst), "inc{b}\t$dst", 488 def INC16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 491 def INC32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 494 def INC64m : RI<0xFF, MRM0m, (outs), (ins i64mem:$dst), "inc{q}\t$dst", 1197 defm ADD : ArithBinOp_RF<0x00, 0x02, 0x04, "add", MRM0r, MRM0m, 1242 def TEST8mi : BinOpMI_F<0xF6, "test", Xi8 , X86testpat, MRM0m>; 1243 def TEST16mi : BinOpMI_F<0xF6, "test", Xi16, X86testpat, MRM0m>; 1244 def TEST32mi : BinOpMI_F<0xF6, "test", Xi32, X86testpat, MRM0m>; 1245 def TEST64mi32 : BinOpMI_F<0xF6, "test", Xi64, X86testpat, MRM0m>;
|
D | X86InstrInfo.td | 1056 def POP16rmm: I<0x8F, MRM0m, (outs), (ins i16mem:$dst), "pop{w}\t$dst", [], 1060 def POP32rmm: I<0x8F, MRM0m, (outs), (ins i32mem:$dst), "pop{l}\t$dst", [], 1118 def POP64rmm: I<0x8F, MRM0m, (outs), (ins i64mem:$dst), "pop{q}\t$dst", [], 1330 def MOV8mi : Ii8 <0xC6, MRM0m, (outs), (ins i8mem :$dst, i8imm :$src), 1333 def MOV16mi : Ii16<0xC7, MRM0m, (outs), (ins i16mem:$dst, i16imm:$src), 1336 def MOV32mi : Ii32<0xC7, MRM0m, (outs), (ins i32mem:$dst, i32imm:$src), 1339 def MOV64mi32 : RIi32S<0xC7, MRM0m, (outs), (ins i64mem:$dst, i64i32imm:$src),
|
D | X86InstrCompiler.td | 663 defm LOCK_ADD : LOCK_ArithBinOp<0x00, 0x80, 0x83, MRM0m, "add">; 690 defm LOCK_INC : LOCK_ArithUnOp<0xFE, 0xFF, MRM0m, "inc">;
|
D | X86InstrFormats.td | 33 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
|
D | X86InstrAVX512.td | 4094 defm VPROR : avx512_shift_rmi_dq<0x72, 0x72, MRM0r, MRM0m, "vpror", rotr>, AVX512BIi8Base, EVEX_4V;
|
D | X86InstrSSE.td | 3716 def PREFETCHNTA : I<0x18, MRM0m, (outs), (ins i8mem:$src),
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 110 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator 741 case X86Local::MRM0m: in emitInstructionSpecifier() 859 case X86Local::MRM0m: case X86Local::MRM1m: in emitDecodePath() 863 filter = new ExtendedFilter(false, Form - X86Local::MRM0m); in emitDecodePath()
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1826 case X86II::MRM0m: case X86II::MRM1m: // for instructions that operate on
|