/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 551 def ROR8mCL : I<0xD2, MRM1m, (outs), (ins i8mem :$dst), 554 def ROR16mCL : I<0xD3, MRM1m, (outs), (ins i16mem:$dst), 557 def ROR32mCL : I<0xD3, MRM1m, (outs), (ins i32mem:$dst), 560 def ROR64mCL : RI<0xD3, MRM1m, (outs), (ins i64mem:$dst), 564 def ROR8mi : Ii8<0xC0, MRM1m, (outs), (ins i8mem :$dst, i8imm:$src), 567 def ROR16mi : Ii8<0xC1, MRM1m, (outs), (ins i16mem:$dst, i8imm:$src), 571 def ROR32mi : Ii8<0xC1, MRM1m, (outs), (ins i32mem:$dst, i8imm:$src), 574 def ROR64mi : RIi8<0xC1, MRM1m, (outs), (ins i64mem:$dst, i8imm:$src), 579 def ROR8m1 : I<0xD0, MRM1m, (outs), (ins i8mem :$dst), 582 def ROR16m1 : I<0xD1, MRM1m, (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()
|
D | X86InstrFPStack.td | 213 defm MUL : FPBinary<fmul, MRM1m, "mul">; 469 def ISTT_FP16m : FPI<0xDF, MRM1m, (outs), (ins i16mem:$dst), "fisttp{s}\t$dst">; 470 def ISTT_FP32m : FPI<0xDB, MRM1m, (outs), (ins i32mem:$dst), "fisttp{l}\t$dst">; 471 def ISTT_FP64m : FPI<0xDD, MRM1m, (outs), (ins i64mem:$dst), 594 def FXRSTOR : I<0xAE, MRM1m, (outs), (ins opaque512mem:$src), 596 def FXRSTOR64 : I<0xAE, MRM1m, (outs), (ins opaque512mem:$src),
|
D | X86Instr3DNow.td | 94 def PREFETCHW : I3DNow<0x0D, MRM1m, (outs), (ins i16mem:$addr),
|
D | X86InstrSystem.td | 223 def STRm : I<0x00, MRM1m, (outs i16mem:$dst), (ins), 342 def SIDT16m : I<0x01, MRM1m, (outs opaque48mem:$dst), (ins), 344 def SIDTm : I<0x01, MRM1m, (outs opaque48mem:$dst), (ins),
|
D | X86InstrArithmetic.td | 451 def DEC64_16m : I<0xFF, MRM1m, (outs), (ins i16mem:$dst), "dec{w}\t$dst", 455 def DEC64_32m : I<0xFF, MRM1m, (outs), (ins i32mem:$dst), "dec{l}\t$dst", 482 def DEC8m : I<0xFE, MRM1m, (outs), (ins i8mem :$dst), "dec{b}\t$dst", 485 def DEC16m : I<0xFF, MRM1m, (outs), (ins i16mem:$dst), "dec{w}\t$dst", 489 def DEC32m : I<0xFF, MRM1m, (outs), (ins i32mem:$dst), "dec{l}\t$dst", 493 def DEC64m : RI<0xFF, MRM1m, (outs), (ins i64mem:$dst), "dec{q}\t$dst", 1069 defm OR : ArithBinOp_RF<0x08, 0x0A, 0x0C, "or", MRM1r, MRM1m,
|
D | X86CodeEmitter.cpp | 206 case X86II::MRM0m: case X86II::MRM1m: in determineREX() 921 case X86II::MRM0m: case X86II::MRM1m: in emitInstruction()
|
D | X86InstrCompiler.td | 632 defm LOCK_OR : LOCK_ArithBinOp<0x08, 0x80, 0x83, MRM1m, "or">; 652 def LOCK_DEC8m : I<0xFE, MRM1m, (outs), (ins i8mem :$dst), 655 def LOCK_DEC16m : I<0xFF, MRM1m, (outs), (ins i16mem:$dst), 658 def LOCK_DEC32m : I<0xFF, MRM1m, (outs), (ins i32mem:$dst), 661 def LOCK_DEC64m : RI<0xFF, MRM1m, (outs), (ins i64mem:$dst), 669 def LCMPXCHG8B : I<0xC7, MRM1m, (outs), (ins i64mem:$ptr),
|
D | X86InstrFormats.td | 28 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
|
D | X86InstrInfo.td | 1170 def CMPXCHG8B : I<0xC7, MRM1m, (outs), (ins i64mem:$dst), 1174 def CMPXCHG16B : RI<0xC7, MRM1m, (outs), (ins i128mem:$dst),
|
D | X86InstrSSE.td | 2031 def PREFETCHT0 : PSI<0x18, MRM1m, (outs), (ins i8mem:$src),
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 53 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator 711 case X86Local::MRM1m: in emitInstructionSpecifier() 792 case X86Local::MRM1m: in emitDecodePath() 879 case X86Local::MRM1m: in emitDecodePath()
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
|