Home
last modified time | relevance | path

Searched refs:MRM1m (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td551 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 …]
DX86InstrInfo.h299 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator
571 case X86II::MRM0m: case X86II::MRM1m: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp500 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()
DX86InstrFPStack.td213 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),
DX86Instr3DNow.td94 def PREFETCHW : I3DNow<0x0D, MRM1m, (outs), (ins i16mem:$addr),
DX86InstrSystem.td223 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),
DX86InstrArithmetic.td451 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,
DX86CodeEmitter.cpp206 case X86II::MRM0m: case X86II::MRM1m: in determineREX()
921 case X86II::MRM0m: case X86II::MRM1m: in emitInstruction()
DX86InstrCompiler.td632 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),
DX86InstrFormats.td28 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
DX86InstrInfo.td1170 def CMPXCHG8B : I<0xC7, MRM1m, (outs), (ins i64mem:$dst),
1174 def CMPXCHG16B : RI<0xC7, MRM1m, (outs), (ins i128mem:$dst),
DX86InstrSSE.td2031 def PREFETCHT0 : PSI<0x18, MRM1m, (outs), (ins i8mem:$src),
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp53 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/
DTargetInstrInfo.td55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;