Home
last modified time | relevance | path

Searched refs:MRM6m (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrVMX.td34 def VMCLEARm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs),
42 def VMPTRLDm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs),
64 def VMXON : I<0xC7, MRM6m, (outs), (ins i64mem:$vmxon),
DX86CodeEmitter.cpp222 case X86II::MRM6m: case X86II::MRM7m: in determineREX()
1004 case X86II::MRM6m: case X86II::MRM7m: { in emitVEXOpcodePrefix()
1390 case X86II::MRM6m: case X86II::MRM7m: { in emitInstruction()
DX86InstrFPStack.td217 defm DIV : FPBinary<fdiv, MRM6m, "div">;
285 def FSTENVm : FPI<0xD9, MRM6m, (outs f32mem:$dst), (ins), "fnstenv\t$dst">;
294 def FSAVEm : FPI<0xDD, MRM6m, (outs f32mem:$dst), (ins), "fnsave\t$dst">;
301 def FBSTPm : FPI<0xDF, MRM6m, (outs f32mem:$dst), (ins), "fbstp\t$dst">;
DX86InstrSystem.td426 def LMSW16m : I<0x01, MRM6m, (outs), (ins i16mem:$src),
457 def XSAVEOPT : I<0xAE, MRM6m, (outs opaque512mem:$dst), (ins),
459 def XSAVEOPT64 : I<0xAE, MRM6m, (outs opaque512mem:$dst), (ins),
DX86InstrArithmetic.td314 def DIV8m : I<0xF6, MRM6m, (outs), (ins i8mem:$src), // AX/[mem8] = AL,AH
318 def DIV16m : I<0xF7, MRM6m, (outs), (ins i16mem:$src), // DX:AX/[mem16] = AX,DX
322 def DIV32m : I<0xF7, MRM6m, (outs), (ins i32mem:$src),
327 def DIV64m : RI<0xF7, MRM6m, (outs), (ins i64mem:$src),
1196 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
DX86InstrInfo.td860 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src",[],
865 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src",[],
897 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", [],
1348 def BTR16mi8 : Ii8<0xBA, MRM6m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1351 def BTR32mi8 : Ii8<0xBA, MRM6m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1353 def BTR64mi8 : RIi8<0xBA, MRM6m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
DX86InstrFormats.td30 def MRM6m : Format<30>; def MRM7m : Format<31>;
DX86InstrCompiler.td690 defm LOCK_XOR : LOCK_ArithBinOp<0x30, 0x80, 0x83, MRM6m, "xor">;
/external/llvm/test/TableGen/
DTargetInstrInfo.td57 def MRM6m : Format<30>; def MRM7m : Format<31>;
116 "xor $dst, $src2", 0x81, MRM6m,
127 "xor $dst, $src2", 0x81, MRM6m,
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h269 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, // Format /4 /5 /6 /7 enumerator
635 case X86II::MRM6m: case X86II::MRM7m: { in getMemoryOperandNo()
DX86MCCodeEmitter.cpp781 case X86II::MRM6m: case X86II::MRM7m: { in EmitVEXOpcodePrefix()
1006 case X86II::MRM6m: case X86II::MRM7m: in DetermineREXPrefix()
1355 case X86II::MRM6m: case X86II::MRM7m: in EncodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp65 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, enumerator
842 case X86Local::MRM6m: in emitInstructionSpecifier()
940 case X86Local::MRM6m: in emitDecodePath()
983 case X86Local::MRM6m: in emitDecodePath()
1064 case X86Local::MRM6m: in emitDecodePath()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1767 case X86II::MRM6m: case X86II::MRM7m: // to hold extended opcode data