Home
last modified time | relevance | path

Searched refs:MRM5m (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td169 def SHR8mCL : I<0xD2, MRM5m, (outs), (ins i8mem :$dst),
172 def SHR16mCL : I<0xD3, MRM5m, (outs), (ins i16mem:$dst),
176 def SHR32mCL : I<0xD3, MRM5m, (outs), (ins i32mem:$dst),
180 def SHR64mCL : RI<0xD3, MRM5m, (outs), (ins i64mem:$dst),
187 def SHR8mi : Ii8<0xC0, MRM5m, (outs), (ins i8mem :$dst, u8imm:$src),
190 def SHR16mi : Ii8<0xC1, MRM5m, (outs), (ins i16mem:$dst, u8imm:$src),
194 def SHR32mi : Ii8<0xC1, MRM5m, (outs), (ins i32mem:$dst, u8imm:$src),
204 def SHR8m1 : I<0xD0, MRM5m, (outs), (ins i8mem :$dst),
207 def SHR16m1 : I<0xD1, MRM5m, (outs), (ins i16mem:$dst),
211 def SHR32m1 : I<0xD1, MRM5m, (outs), (ins i32mem:$dst),
[all …]
H A DX86InstrSystem.td370 def VERWm : I<0x00, MRM5m, (outs), (ins i16mem:$seg), "verw\t$seg", []>, TB, NotMemoryFoldable;
492 def RSTORSSP : I<0x01, MRM5m, (outs), (ins i32mem:$src),
549 def XRSTOR : I<0xAE, MRM5m, (outs), (ins opaquemem:$dst),
552 def XRSTOR64 : RI<0xAE, MRM5m, (outs), (ins opaquemem:$dst),
567 def XSAVES : I<0xC7, MRM5m, (outs), (ins opaquemem:$dst),
570 def XSAVES64 : RI<0xC7, MRM5m, (outs), (ins opaquemem:$dst),
H A DX86InstrControl.td197 def FARJMP64m : RI<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
201 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
203 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
H A DX86InstrFPStack.td297 defm SUBR: FPBinary<any_fsub ,MRM5m, "subr", 0>;
557 def LD_F80m : FPI<0xDB, MRM5m, (outs), (ins f80mem:$src), "fld{t}\t$src">;
561 def ILD_F64m : FPI<0xDF, MRM5m, (outs), (ins i64mem:$src), "fild{ll}\t$src">;
711 def FLDCW16m : I<0xD9, MRM5m, // X87 control world = [mem16]
H A DX86InstrArithmetic.td129 def IMUL8m : I<0xF6, MRM5m, (outs), (ins i8mem :$src),
133 def IMUL16m : I<0xF7, MRM5m, (outs), (ins i16mem:$src),
137 def IMUL32m : I<0xF7, MRM5m, (outs), (ins i32mem:$src),
141 def IMUL64m : RI<0xF7, MRM5m, (outs), (ins i64mem:$src),
1181 defm SUB : ArithBinOp_RF<0x28, 0x2A, 0x2C, "sub", MRM5r, MRM5m,
H A DX86InstrInfo.td2070 def BTS16mi8 : Ii8<0xBA, MRM5m, (outs), (ins i16mem:$src1, i16u8imm:$src2),
2072 def BTS32mi8 : Ii8<0xBA, MRM5m, (outs), (ins i32mem:$src1, i32u8imm:$src2),
2074 def BTS64mi8 : RIi8<0xBA, MRM5m, (outs), (ins i64mem:$src1, i64u8imm:$src2),
2737 defm BLCIC : tbm_binary_intr<0x01, "blcic", WriteALU, MRM5r, MRM5m>;
H A DX86InstrFormats.td42 def MRM3m : Format<35>; def MRM4m : Format<36>; def MRM5m : Format<37>;
H A DX86InstrCompiler.td764 defm LOCK_SUB : LOCK_ArithBinOp<0x28, 0x80, 0x83, MRM5m, X86lock_sub, "sub">;
H A DX86InstrAVX512.td9815 defm VSCATTERPF0DPS: avx512_gather_scatter_prefetch<0xC6, MRM5m, "vscatterpf0dps",
9818 defm VSCATTERPF0QPS: avx512_gather_scatter_prefetch<0xC7, MRM5m, "vscatterpf0qps",
9821 defm VSCATTERPF0DPD: avx512_gather_scatter_prefetch<0xC6, MRM5m, "vscatterpf0dpd",
9824 defm VSCATTERPF0QPD: avx512_gather_scatter_prefetch<0xC7, MRM5m, "vscatterpf0qpd",
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.h116 MRM4m = 36, MRM5m = 37, MRM6m = 38, MRM7m = 39, enumerator
H A DX86RecognizableInstr.cpp690 case X86Local::MRM5m: in emitInstructionSpecifier()
811 case X86Local::MRM4m: case X86Local::MRM5m: in emitDecodePath()
H A DX86FoldTablesEmitter.cpp434 (MemFormNum == X86Local::MRM5m && RegFormNum == X86Local::MRM5r) || in areOppositeForms()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h680 MRM4m = 36, MRM5m = 37, MRM6m = 38, MRM7m = 39, // Format /4 /5 /6 /7 enumerator
1144 case X86II::MRM4m: case X86II::MRM5m: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp993 case X86II::MRM5m: in emitVEXOpcodePrefix()
1282 case X86II::MRM5m: in emitREXPrefix()
1702 case X86II::MRM5m: in encodeInstruction()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp177 case X86II::MRM5m: in isInvalidMemoryInstr()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1866 case X86II::MRM4m: case X86II::MRM5m: // use the Mod/RM byte and a field