/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 269 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, // Format /4 /5 /6 /7 enumerator 569 case X86II::MRM4m: case X86II::MRM5m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 632 case X86II::MRM4m: case X86II::MRM5m: in EmitVEXOpcodePrefix() 790 case X86II::MRM4m: case X86II::MRM5m: in DetermineREXPrefix() 1130 case X86II::MRM4m: case X86II::MRM5m: in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 62 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, enumerator 737 case X86Local::MRM5m: in emitInstructionSpecifier() 835 case X86Local::MRM5m: in emitDecodePath() 878 case X86Local::MRM5m: in emitDecodePath() 959 case X86Local::MRM5m: in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 170 def SHR8mCL : I<0xD2, MRM5m, (outs), (ins i8mem :$dst), 173 def SHR16mCL : I<0xD3, MRM5m, (outs), (ins i16mem:$dst), 177 def SHR32mCL : I<0xD3, MRM5m, (outs), (ins i32mem:$dst), 180 def SHR64mCL : RI<0xD3, MRM5m, (outs), (ins i64mem:$dst), 184 def SHR8mi : Ii8<0xC0, MRM5m, (outs), (ins i8mem :$dst, i8imm:$src), 188 def SHR16mi : Ii8<0xC1, MRM5m, (outs), (ins i16mem:$dst, i8imm:$src), 193 def SHR32mi : Ii8<0xC1, MRM5m, (outs), (ins i32mem:$dst, i8imm:$src), 197 def SHR64mi : RIi8<0xC1, MRM5m, (outs), (ins i64mem:$dst, i8imm:$src), 203 def SHR8m1 : I<0xD0, MRM5m, (outs), (ins i8mem :$dst), 207 def SHR16m1 : I<0xD1, MRM5m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrControl.td | 128 def FARJMP64 : RI<0xFF, MRM5m, (outs), (ins opaque80mem:$dst), 131 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaque32mem:$dst), 133 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaque48mem:$dst),
|
D | X86CodeEmitter.cpp | 226 case X86II::MRM4m: case X86II::MRM5m: in determineREX() 1008 case X86II::MRM4m: case X86II::MRM5m: in emitVEXOpcodePrefix() 1394 case X86II::MRM4m: case X86II::MRM5m: in emitInstruction()
|
D | X86InstrSystem.td | 348 def VERWm : I<0x00, MRM5m, (outs), (ins i16mem:$seg), 432 def XRSTOR : I<0xAE, MRM5m, (outs), (ins opaque512mem:$dst), 434 def XRSTOR64 : I<0xAE, MRM5m, (outs), (ins opaque512mem:$dst),
|
D | X86InstrFPStack.td | 215 defm SUBR: FPBinary<fsub ,MRM5m, "subr">; 430 def LD_F80m : FPI<0xDB, MRM5m, (outs), (ins f80mem:$src), "fld{t}\t$src", 436 def ILD_F64m : FPI<0xDF, MRM5m, (outs), (ins i64mem:$src), "fild{ll}\t$src", 581 def FLDCW16m : I<0xD9, MRM5m, // X87 control world = [mem16]
|
D | X86InstrArithmetic.td | 131 def IMUL8m : I<0xF6, MRM5m, (outs), (ins i8mem :$src), 135 def IMUL16m : I<0xF7, MRM5m, (outs), (ins i16mem:$src), 140 def IMUL32m : I<0xF7, MRM5m, (outs), (ins i32mem:$src), 144 def IMUL64m : RI<0xF7, MRM5m, (outs), (ins i64mem:$src), 1192 defm SUB : ArithBinOp_RF<0x28, 0x2A, 0x2C, "sub", MRM5r, MRM5m,
|
D | X86InstrInfo.td | 1298 def BTS16mi8 : Ii8<0xBA, MRM5m, (outs), (ins i16mem:$src1, i16i8imm:$src2), 1301 def BTS32mi8 : Ii8<0xBA, MRM5m, (outs), (ins i32mem:$src1, i32i8imm:$src2), 1303 def BTS64mi8 : RIi8<0xBA, MRM5m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
|
D | X86InstrFormats.td | 29 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
|
D | X86InstrCompiler.td | 689 defm LOCK_SUB : LOCK_ArithBinOp<0x28, 0x80, 0x83, MRM5m, "sub">;
|
/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 | 1725 case X86II::MRM4m: case X86II::MRM5m: // use the Mod/RM byte and a field
|