Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A 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),
H A DX86InstrFPStack.td222 defm DIV : FPBinary<fdiv, MRM6m, "div">;
299 def FSTENVm : FPI<0xD9, MRM6m, (outs f32mem:$dst), (ins), "fnstenv\t$dst">;
308 def FSAVEm : FPI<0xDD, MRM6m, (outs f32mem:$dst), (ins), "fnsave\t$dst">;
315 def FBSTPm : FPI<0xDF, MRM6m, (outs f32mem:$dst), (ins), "fbstp\t$dst">;
H A DX86InstrSystem.td461 def LMSW16m : I<0x01, MRM6m, (outs), (ins i16mem:$src),
493 def XSAVEOPT : I<0xAE, MRM6m, (outs opaque512mem:$dst), (ins),
495 def XSAVEOPT64 : RI<0xAE, MRM6m, (outs opaque512mem:$dst), (ins),
H A 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),
1188 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
H A DX86InstrInfo.td980 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src",[],
984 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src",[],
1032 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", [],
1583 def BTR16mi8 : Ii8<0xBA, MRM6m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1586 def BTR32mi8 : Ii8<0xBA, MRM6m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1589 def BTR64mi8 : RIi8<0xBA, MRM6m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
2310 defm BLCI : tbm_binary_intr<0x02, "blci", MRM6r, MRM6m>;
2315 defm BLSIC : tbm_binary_intr<0x01, "blsic", MRM6r, MRM6m>;
H A DX86InstrAVX512.td3369 defm VPSLLDZ : avx512_shift_rmi<0x72, MRM6r, MRM6m, "vpslld", X86vshli,
3372 defm VPSLLQZ : avx512_shift_rmi<0x73, MRM6r, MRM6m, "vpsllq", X86vshli,
5006 defm VSCATTERPF1DPS: avx512_gather_scatter_prefetch<0xC6, MRM6m, "vscatterpf1dps",
5009 defm VSCATTERPF1QPS: avx512_gather_scatter_prefetch<0xC7, MRM6m, "vscatterpf1qps",
5012 defm VSCATTERPF1DPD: avx512_gather_scatter_prefetch<0xC6, MRM6m, "vscatterpf1dpd",
5015 defm VSCATTERPF1QPD: avx512_gather_scatter_prefetch<0xC7, MRM6m, "vscatterpf1qpd",
H A DX86InstrFormats.td35 def MRM6m : Format<30>; def MRM7m : Format<31>;
H A DX86InstrCompiler.td637 defm LOCK_XOR : LOCK_ArithBinOp<0x30, 0x80, 0x83, MRM6m, "xor">;
/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A DTargetInstrInfo.td57 def MRM6m : Format<30>; def MRM7m : Format<31>;
116 "xor $dst, $src2", 0x81, MRM6m,
127 "xor $dst, $src2", 0x81, MRM6m,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h301 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, // Format /4 /5 /6 /7 enumerator
693 case X86II::MRM6m: case X86II::MRM7m: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp804 case X86II::MRM6m: case X86II::MRM7m: { in EmitVEXOpcodePrefix()
1048 case X86II::MRM6m: case X86II::MRM7m: in DetermineREXPrefix()
1416 case X86II::MRM6m: case X86II::MRM7m: { in EncodeInstruction()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp100 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, enumerator
736 case X86Local::MRM6m: in emitInstructionSpecifier()
853 case X86Local::MRM6m: case X86Local::MRM7m: in emitDecodePath()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1829 case X86II::MRM6m: case X86II::MRM7m: // to hold extended opcode data