Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h269 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, // Format /4 /5 /6 /7 enumerator
569 case X86II::MRM4m: case X86II::MRM5m: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp639 case X86II::MRM4m: case X86II::MRM5m: in EmitVEXOpcodePrefix()
784 case X86II::MRM4m: case X86II::MRM5m: in DetermineREXPrefix()
1119 case X86II::MRM4m: case X86II::MRM5m: in EncodeInstruction()
/external/llvm/lib/Target/X86/
DX86InstrControl.td114 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst",
119 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst",
207 def TAILJMPm : I<0xFF, MRM4m, (outs), (ins i32mem_TC:$dst),
271 def TAILJMPm64 : I<0xFF, MRM4m, (outs), (ins i64mem_TC:$dst),
DX86InstrShiftRotate.td69 def SHL8mCL : I<0xD2, MRM4m, (outs), (ins i8mem :$dst),
72 def SHL16mCL : I<0xD3, MRM4m, (outs), (ins i16mem:$dst),
76 def SHL32mCL : I<0xD3, MRM4m, (outs), (ins i32mem:$dst),
79 def SHL64mCL : RI<0xD3, MRM4m, (outs), (ins i64mem:$dst),
83 def SHL8mi : Ii8<0xC0, MRM4m, (outs), (ins i8mem :$dst, i8imm:$src),
87 def SHL16mi : Ii8<0xC1, MRM4m, (outs), (ins i16mem:$dst, i8imm:$src),
92 def SHL32mi : Ii8<0xC1, MRM4m, (outs), (ins i32mem:$dst, i8imm:$src),
96 def SHL64mi : RIi8<0xC1, MRM4m, (outs), (ins i64mem:$dst, i8imm:$src),
102 def SHL8m1 : I<0xD0, MRM4m, (outs), (ins i8mem :$dst),
106 def SHL16m1 : I<0xD1, MRM4m, (outs), (ins i16mem:$dst),
[all …]
DX86InstrSystem.td344 def VERRm : I<0x00, MRM4m, (outs), (ins i16mem:$seg),
404 def SMSW16m : I<0x01, MRM4m, (outs i16mem:$dst), (ins),
428 def XSAVE : I<0xAE, MRM4m, (outs opaque512mem:$dst), (ins),
430 def XSAVE64 : I<0xAE, MRM4m, (outs opaque512mem:$dst), (ins),
DX86CodeEmitter.cpp218 case X86II::MRM4m: case X86II::MRM5m: in determineREX()
1008 case X86II::MRM4m: case X86II::MRM5m: in emitVEXOpcodePrefix()
1379 case X86II::MRM4m: case X86II::MRM5m: in emitInstruction()
DX86InstrFPStack.td214 defm SUB : FPBinary<fsub, MRM4m, "sub">;
284 def FLDENVm : FPI<0xD9, MRM4m, (outs), (ins f32mem:$src), "fldenv\t$src">;
293 def FRSTORm : FPI<0xDD, MRM4m, (outs f32mem:$dst), (ins), "frstor\t$dst">;
300 def FBLDm : FPI<0xDF, MRM4m, (outs), (ins f32mem:$src), "fbld\t$src">;
DX86InstrArithmetic.td75 def MUL8m : I<0xF6, MRM4m, (outs), (ins i8mem :$src),
85 def MUL16m : I<0xF7, MRM4m, (outs), (ins i16mem:$src),
90 def MUL32m : I<0xF7, MRM4m, (outs), (ins i32mem:$src),
94 def MUL64m : RI<0xF7, MRM4m, (outs), (ins i64mem:$src),
1127 defm AND : ArithBinOp_RF<0x20, 0x22, 0x24, "and", MRM4r, MRM4m,
DX86InstrInfo.td1162 def BT16mi8 : Ii8<0xBA, MRM4m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1166 def BT32mi8 : Ii8<0xBA, MRM4m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1170 def BT64mi8 : RIi8<0xBA, MRM4m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
DX86InstrFormats.td29 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
DX86InstrCompiler.td716 defm LOCK_AND : LOCK_ArithBinOp<0x20, 0x80, 0x83, MRM4m, "and">;
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp63 MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31, enumerator
750 case X86Local::MRM4m: in emitInstructionSpecifier()
837 case X86Local::MRM4m: in emitDecodePath()
880 case X86Local::MRM4m: in emitDecodePath()
961 case X86Local::MRM4m: in emitDecodePath()
/external/llvm/test/TableGen/
DTargetInstrInfo.td56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;