/external/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 24 def VMCLEARm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs), 30 def VMPTRLDm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs), 52 def VMXON : I<0xC7, MRM6m, (outs), (ins i64mem:$vmxon),
|
D | X86InstrInfo.h | 300 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, // Format /4 /5 /6 /7 enumerator 574 case X86II::MRM6m: case X86II::MRM7m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 503 case X86II::MRM6m: case X86II::MRM7m: in EmitVEXOpcodePrefix() 646 case X86II::MRM6m: case X86II::MRM7m: in DetermineREXPrefix() 946 case X86II::MRM6m: case X86II::MRM7m: in EncodeInstruction()
|
D | X86CodeEmitter.cpp | 209 case X86II::MRM6m: case X86II::MRM7m: in determineREX() 924 case X86II::MRM6m: case X86II::MRM7m: { in emitInstruction()
|
D | X86InstrFPStack.td | 214 defm DIV : FPBinary<fdiv, MRM6m, "div">; 279 def FSTENVm : FPI<0xD9, MRM6m, (outs f32mem:$dst), (ins), "fnstenv\t$dst">; 288 def FSAVEm : FPI<0xDD, MRM6m, (outs f32mem:$dst), (ins), "fnsave\t$dst">; 295 def FBSTPm : FPI<0xDF, MRM6m, (outs f32mem:$dst), (ins), "fbstp\t$dst">;
|
D | X86InstrArithmetic.td | 260 def DIV8m : I<0xF6, MRM6m, (outs), (ins i8mem:$src), // AX/[mem8] = AL,AH 263 def DIV16m : I<0xF7, MRM6m, (outs), (ins i16mem:$src), // DX:AX/[mem16] = AX,DX 266 def DIV32m : I<0xF7, MRM6m, (outs), (ins i32mem:$src), 270 def DIV64m : RI<0xF7, MRM6m, (outs), (ins i64mem:$src), 1071 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
|
D | X86InstrInfo.td | 649 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src",[]>, 652 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src",[]>; 679 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", []>; 1053 def BTR16mi8 : Ii8<0xBA, MRM6m, (outs), (ins i16mem:$src1, i16i8imm:$src2), 1055 def BTR32mi8 : Ii8<0xBA, MRM6m, (outs), (ins i32mem:$src1, i32i8imm:$src2), 1057 def BTR64mi8 : RIi8<0xBA, MRM6m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
|
D | X86InstrSystem.td | 393 def LMSW16m : I<0x01, MRM6m, (outs), (ins i16mem:$src),
|
D | X86InstrFormats.td | 30 def MRM6m : Format<30>; def MRM7m : Format<31>;
|
D | X86InstrCompiler.td | 634 defm LOCK_XOR : LOCK_ArithBinOp<0x08, 0x80, 0x83, MRM6m, "xor">;
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 57 def MRM6m : Format<30>; def MRM7m : Format<31>; 116 "xor $dst, $src2", 0x81, MRM6m, 127 "xor $dst, $src2", 0x81, MRM6m,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 54 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, enumerator 716 case X86Local::MRM6m: in emitInstructionSpecifier() 797 case X86Local::MRM6m: in emitDecodePath() 884 case X86Local::MRM6m: in emitDecodePath()
|