/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 53 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator 138 (form >= X86Local::MRM0m && form <= X86Local::MRM7m)) in needsModRMForDecode() 710 case X86Local::MRM0m: in emitInstructionSpecifier() 791 case X86Local::MRM0m: in emitDecodePath() 799 filter = new ExtendedFilter(false, Form - X86Local::MRM0m); in emitDecodePath() 878 case X86Local::MRM0m: in emitDecodePath() 886 filter = new ExtendedFilter(false, Form - X86Local::MRM0m); in emitDecodePath() 899 filter = new EscapeFilter(false, Form - X86Local::MRM0m); in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 462 def ROL8mCL : I<0xD2, MRM0m, (outs), (ins i8mem :$dst), 465 def ROL16mCL : I<0xD3, MRM0m, (outs), (ins i16mem:$dst), 468 def ROL32mCL : I<0xD3, MRM0m, (outs), (ins i32mem:$dst), 471 def ROL64mCL : RI<0xD3, MRM0m, (outs), (ins i64mem:$dst), 475 def ROL8mi : Ii8<0xC0, MRM0m, (outs), (ins i8mem :$dst, i8imm:$src1), 478 def ROL16mi : Ii8<0xC1, MRM0m, (outs), (ins i16mem:$dst, i8imm:$src1), 482 def ROL32mi : Ii8<0xC1, MRM0m, (outs), (ins i32mem:$dst, i8imm:$src1), 485 def ROL64mi : RIi8<0xC1, MRM0m, (outs), (ins i64mem:$dst, i8imm:$src1), 490 def ROL8m1 : I<0xD0, MRM0m, (outs), (ins i8mem :$dst), 493 def ROL16m1 : I<0xD1, MRM0m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrInfo.h | 299 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator 571 case X86II::MRM0m: case X86II::MRM1m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 500 case X86II::MRM0m: case X86II::MRM1m: in EmitVEXOpcodePrefix() 643 case X86II::MRM0m: case X86II::MRM1m: in DetermineREXPrefix() 943 case X86II::MRM0m: case X86II::MRM1m: in EncodeInstruction() 948 EmitMemModRMByte(MI, CurOp, (TSFlags & X86II::FormMask)-X86II::MRM0m, in EncodeInstruction()
|
D | X86InstrArithmetic.td | 425 def INC8m : I<0xFE, MRM0m, (outs), (ins i8mem :$dst), "inc{b}\t$dst", 428 def INC16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 432 def INC32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 436 def INC64m : RI<0xFF, MRM0m, (outs), (ins i64mem:$dst), "inc{q}\t$dst", 443 def INC64_16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 447 def INC64_32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 1073 defm ADD : ArithBinOp_RF<0x00, 0x02, 0x04, "add", MRM0r, MRM0m, 1115 def TEST8mi : BinOpMI_F<"test", Xi8 , X86testpat, MRM0m, 0xF6>; 1116 def TEST16mi : BinOpMI_F<"test", Xi16, X86testpat, MRM0m, 0xF6>; 1117 def TEST32mi : BinOpMI_F<"test", Xi32, X86testpat, MRM0m, 0xF6>; [all …]
|
D | X86InstrFPStack.td | 210 defm ADD : FPBinary<fadd, MRM0m, "add">; 419 def LD_F32m : FPI<0xD9, MRM0m, (outs), (ins f32mem:$src), "fld{s}\t$src">; 420 def LD_F64m : FPI<0xDD, MRM0m, (outs), (ins f64mem:$src), "fld{l}\t$src">; 422 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src">; 423 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src">; 590 def FXSAVE : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins), 592 def FXSAVE64 : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins),
|
D | X86InstrSystem.td | 338 def SGDT16m : I<0x01, MRM0m, (outs opaque48mem:$dst), (ins), 340 def SGDTm : I<0x01, MRM0m, (outs opaque48mem:$dst), (ins), 348 def SLDT16m : I<0x00, MRM0m, (outs i16mem:$dst), (ins), 357 def SLDT64m : RI<0x00, MRM0m, (outs i16mem:$dst), (ins),
|
D | X86CodeEmitter.cpp | 206 case X86II::MRM0m: case X86II::MRM1m: in determineREX() 921 case X86II::MRM0m: case X86II::MRM1m: in emitInstruction() 930 emitMemModRMByte(MI, CurOp, (Desc->TSFlags & X86II::FormMask)-X86II::MRM0m, in emitInstruction()
|
D | X86Instr3DNow.td | 89 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i32mem:$addr),
|
D | X86InstrCMovSetCC.td | 82 def m : I<opc, MRM0m, (outs), (ins i8mem:$dst),
|
D | X86InstrInfo.td | 603 def NOOPW : I<0x1f, MRM0m, (outs), (ins i16mem:$zero), 605 def NOOPL : I<0x1f, MRM0m, (outs), (ins i32mem:$zero), 633 def POP16rmm: I<0x8F, MRM0m, (outs i16mem:$dst), (ins), "pop{w}\t$dst", []>, 636 def POP32rmm: I<0x8F, MRM0m, (outs i32mem:$dst), (ins), "pop{l}\t$dst", []>; 673 def POP64rmm: I<0x8F, MRM0m, (outs i64mem:$dst), (ins), "pop{q}\t$dst", []>; 828 def MOV8mi : Ii8 <0xC6, MRM0m, (outs), (ins i8mem :$dst, i8imm :$src), 831 def MOV16mi : Ii16<0xC7, MRM0m, (outs), (ins i16mem:$dst, i16imm:$src), 834 def MOV32mi : Ii32<0xC7, MRM0m, (outs), (ins i32mem:$dst, i32imm:$src), 837 def MOV64mi32 : RIi32<0xC7, MRM0m, (outs), (ins i64mem:$dst, i64i32imm:$src),
|
D | X86InstrCompiler.td | 630 defm LOCK_ADD : LOCK_ArithBinOp<0x00, 0x80, 0x83, MRM0m, "add">; 639 def LOCK_INC8m : I<0xFE, MRM0m, (outs), (ins i8mem :$dst), 642 def LOCK_INC16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), 645 def LOCK_INC32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), 648 def LOCK_INC64m : RI<0xFF, MRM0m, (outs), (ins i64mem:$dst),
|
D | X86InstrFormats.td | 28 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
|
D | X86InstrSSE.td | 2037 def PREFETCHNTA : PSI<0x18, MRM0m, (outs), (ins i8mem:$src),
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
|