Home
last modified time | relevance | path

Searched refs:MRM2m (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrControl.td219 def CALL16m : I<0xFF, MRM2m, (outs), (ins i16mem:$dst),
226 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst),
237 def CALL16m_NT : I<0xFF, MRM2m, (outs), (ins i16mem : $dst),
244 def CALL32m_NT : I<0xFF, MRM2m, (outs), (ins i32mem : $dst),
324 def CALL64m : I<0xFF, MRM2m, (outs), (ins i64mem:$dst),
334 def CALL64m_NT : I<0xFF, MRM2m, (outs), (ins i64mem : $dst),
DX86InstrShiftRotate.td394 def RCL8m1 : I<0xD0, MRM2m, (outs), (ins i8mem:$dst),
396 def RCL8mi : Ii8<0xC0, MRM2m, (outs), (ins i8mem:$dst, u8imm:$cnt),
398 def RCL16m1 : I<0xD1, MRM2m, (outs), (ins i16mem:$dst),
400 def RCL16mi : Ii8<0xC1, MRM2m, (outs), (ins i16mem:$dst, u8imm:$cnt),
402 def RCL32m1 : I<0xD1, MRM2m, (outs), (ins i32mem:$dst),
404 def RCL32mi : Ii8<0xC1, MRM2m, (outs), (ins i32mem:$dst, u8imm:$cnt),
406 def RCL64m1 : RI<0xD1, MRM2m, (outs), (ins i64mem:$dst),
408 def RCL64mi : RIi8<0xC1, MRM2m, (outs), (ins i64mem:$dst, u8imm:$cnt),
432 def RCL8mCL : I<0xD2, MRM2m, (outs), (ins i8mem:$dst),
434 def RCL16mCL : I<0xD3, MRM2m, (outs), (ins i16mem:$dst),
[all …]
DX86InstrFPStack.td339 def FCOM32m : FPI<0xD8, MRM2m, (outs), (ins f32mem:$src), "fcom{s}\t$src">;
342 def FCOM64m : FPI<0xDC, MRM2m, (outs), (ins f64mem:$src), "fcom{l}\t$src">;
345 def FICOM16m : FPI<0xDE, MRM2m, (outs), (ins i16mem:$src), "ficom{s}\t$src">;
348 def FICOM32m : FPI<0xDA, MRM2m, (outs), (ins i32mem:$src), "ficom{l}\t$src">;
503 def ST_F32m : FPI<0xD9, MRM2m, (outs), (ins f32mem:$dst), "fst{s}\t$dst">;
504 def ST_F64m : FPI<0xDD, MRM2m, (outs), (ins f64mem:$dst), "fst{l}\t$dst">;
508 def IST_F16m : FPI<0xDF, MRM2m, (outs), (ins i16mem:$dst), "fist{s}\t$dst">;
509 def IST_F32m : FPI<0xDB, MRM2m, (outs), (ins i32mem:$dst), "fist{l}\t$dst">;
DX86Instr3DNow.td101 def PREFETCHWT1 : I<0x0D, MRM2m, (outs), (ins i8mem:$addr), "prefetchwt1\t$addr",
DX86InstrSystem.td386 def LGDT16m : I<0x01, MRM2m, (outs), (ins opaquemem:$src),
388 def LGDT32m : I<0x01, MRM2m, (outs), (ins opaquemem:$src),
390 def LGDT64m : I<0x01, MRM2m, (outs), (ins opaquemem:$src),
401 def LLDT16m : I<0x00, MRM2m, (outs), (ins i16mem:$src),
DX86InstrArithmetic.td408 def NOT8m : I<0xF6, MRM2m, (outs), (ins i8mem :$dst),
411 def NOT16m : I<0xF7, MRM2m, (outs), (ins i16mem:$dst),
415 def NOT32m : I<0xF7, MRM2m, (outs), (ins i32mem:$dst),
419 def NOT64m : RI<0xF7, MRM2m, (outs), (ins i64mem:$dst), "not{q}\t$dst",
1170 defm ADC : ArithBinOp_RFF<0x10, 0x12, 0x14, "adc", MRM2r, MRM2m, X86adc_flag,
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td412 def RCL8m1 : I<0xD0, MRM2m, (outs), (ins i8mem:$dst),
414 def RCL8mi : Ii8<0xC0, MRM2m, (outs), (ins i8mem:$dst, u8imm:$cnt),
416 def RCL16m1 : I<0xD1, MRM2m, (outs), (ins i16mem:$dst),
418 def RCL16mi : Ii8<0xC1, MRM2m, (outs), (ins i16mem:$dst, u8imm:$cnt),
420 def RCL32m1 : I<0xD1, MRM2m, (outs), (ins i32mem:$dst),
422 def RCL32mi : Ii8<0xC1, MRM2m, (outs), (ins i32mem:$dst, u8imm:$cnt),
424 def RCL64m1 : RI<0xD1, MRM2m, (outs), (ins i64mem:$dst),
426 def RCL64mi : RIi8<0xC1, MRM2m, (outs), (ins i64mem:$dst, u8imm:$cnt),
447 def RCL8mCL : I<0xD2, MRM2m, (outs), (ins i8mem:$dst),
449 def RCL16mCL : I<0xD3, MRM2m, (outs), (ins i16mem:$dst),
[all …]
DX86InstrFPStack.td325 def FCOM32m : FPI<0xD8, MRM2m, (outs), (ins f32mem:$src), "fcom{s}\t$src">;
331 def FICOM32m : FPI<0xDA, MRM2m, (outs), (ins i32mem:$src), "ficom{l}\t$src">;
334 def FCOM64m : FPI<0xDC, MRM2m, (outs), (ins f64mem:$src), "fcom{l}\t$src">;
341 def FICOM16m : FPI<0xDE, MRM2m, (outs), (ins i16mem:$src), "ficom{s}\t$src">;
484 def ST_F32m : FPI<0xD9, MRM2m, (outs), (ins f32mem:$dst), "fst{s}\t$dst",
486 def ST_F64m : FPI<0xDD, MRM2m, (outs), (ins f64mem:$dst), "fst{l}\t$dst",
494 def IST_F16m : FPI<0xDF, MRM2m, (outs), (ins i16mem:$dst), "fist{s}\t$dst",
496 def IST_F32m : FPI<0xDB, MRM2m, (outs), (ins i32mem:$dst), "fist{l}\t$dst",
DX86InstrControl.td207 def CALL16m : I<0xFF, MRM2m, (outs), (ins i16mem:$dst),
215 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst),
287 def CALL64m : I<0xFF, MRM2m, (outs), (ins i64mem:$dst),
DX86InstrSystem.td418 def LGDT16m : I<0x01, MRM2m, (outs), (ins opaque48mem:$src),
420 def LGDT32m : I<0x01, MRM2m, (outs), (ins opaque48mem:$src),
422 def LGDT64m : I<0x01, MRM2m, (outs), (ins opaque80mem:$src),
432 def LLDT16m : I<0x00, MRM2m, (outs), (ins i16mem:$src),
DX86InstrArithmetic.td435 def NOT8m : I<0xF6, MRM2m, (outs), (ins i8mem :$dst),
438 def NOT16m : I<0xF7, MRM2m, (outs), (ins i16mem:$dst),
442 def NOT32m : I<0xF7, MRM2m, (outs), (ins i32mem:$dst),
446 def NOT64m : RI<0xF7, MRM2m, (outs), (ins i64mem:$dst), "not{q}\t$dst",
1205 defm ADC : ArithBinOp_RFF<0x10, 0x12, 0x14, "adc", MRM2r, MRM2m, X86adc_flag,
DX86InstrInfo.td2222 defm BLSMSK32 : bmi_bls<"blsmsk{l}", MRM2r, MRM2m, GR32, i32mem>;
2223 defm BLSMSK64 : bmi_bls<"blsmsk{q}", MRM2r, MRM2m, GR64, i64mem>, VEX_W;
2401 defm BLSFILL : tbm_binary_intr<0x01, "blsfill", MRM2r, MRM2m>;
DX86InstrFormats.td33 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h314 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, // Format /0 /1 /2 /3 enumerator
734 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp833 case X86II::MRM2m: case X86II::MRM3m: in EmitVEXOpcodePrefix()
1085 case X86II::MRM2m: case X86II::MRM3m: in DetermineREXPrefix()
1502 case X86II::MRM2m: case X86II::MRM3m: in encodeInstruction()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h299 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator
692 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp783 case X86II::MRM2m: case X86II::MRM3m: in EmitVEXOpcodePrefix()
1013 case X86II::MRM2m: case X86II::MRM3m: in DetermineREXPrefix()
1372 case X86II::MRM2m: case X86II::MRM3m: in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.h110 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, enumerator
DX86RecognizableInstr.cpp652 case X86Local::MRM2m: in emitInstructionSpecifier()
750 case X86Local::MRM2m: case X86Local::MRM3m: in emitDecodePath()
DX86FoldTablesEmitter.cpp417 (MemFormNum == X86Local::MRM2m && RegFormNum == X86Local::MRM2r) || in areOppositeForms()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp110 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator
742 case X86Local::MRM2m: in emitInstructionSpecifier()
859 case X86Local::MRM2m: case X86Local::MRM3m: in emitDecodePath()
/external/llvm/test/TableGen/
DTargetInstrInfo.td55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DTargetInstrInfo.td55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
/external/llvm/docs/TableGen/
DLangIntro.rst549 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst, variable_ops),
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangIntro.rst629 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst, variable_ops),

12