Home
last modified time | relevance | path

Searched refs:MRM3m (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h219 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator
496 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp544 case X86II::MRM2m: case X86II::MRM3m: in EmitVEXOpcodePrefix()
679 case X86II::MRM2m: case X86II::MRM3m: in DetermineREXPrefix()
976 case X86II::MRM2m: case X86II::MRM3m: in EncodeInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrShiftRotate.td377 def RCR8m1 : I<0xD0, MRM3m, (outs), (ins i8mem:$dst),
379 def RCR8mi : Ii8<0xC0, MRM3m, (outs), (ins i8mem:$dst, i8imm:$cnt),
381 def RCR16m1 : I<0xD1, MRM3m, (outs), (ins i16mem:$dst),
383 def RCR16mi : Ii8<0xC1, MRM3m, (outs), (ins i16mem:$dst, i8imm:$cnt),
385 def RCR32m1 : I<0xD1, MRM3m, (outs), (ins i32mem:$dst),
387 def RCR32mi : Ii8<0xC1, MRM3m, (outs), (ins i32mem:$dst, i8imm:$cnt),
389 def RCR64m1 : RI<0xD1, MRM3m, (outs), (ins i64mem:$dst),
391 def RCR64mi : RIi8<0xC1, MRM3m, (outs), (ins i64mem:$dst, i8imm:$cnt),
404 def RCR8mCL : I<0xD2, MRM3m, (outs), (ins i8mem:$dst),
406 def RCR16mCL : I<0xD3, MRM3m, (outs), (ins i16mem:$dst),
[all …]
DX86InstrFPStack.td276 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">;
282 def FICOMP32m: FPI<0xDA, MRM3m, (outs), (ins i32mem:$src), "ficomp{l}\t$src">;
285 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">;
292 def FICOMP16m: FPI<0xDE, MRM3m, (outs), (ins i16mem:$src), "ficomp{s}\t$src">;
429 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst">;
430 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst">;
434 def IST_FP16m : FPI<0xDF, MRM3m, (outs), (ins i16mem:$dst), "fistp{s}\t$dst">;
435 def IST_FP32m : FPI<0xDB, MRM3m, (outs), (ins i32mem:$dst), "fistp{l}\t$dst">;
DX86InstrControl.td163 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaque32mem:$dst),
165 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaque48mem:$dst),
236 def FARCALL64 : RI<0xFF, MRM3m, (outs), (ins opaque80mem:$dst),
DX86InstrSystem.td228 def LTRm : I<0x00, MRM3m, (outs), (ins i16mem:$src),
364 def LIDT16m : I<0x01, MRM3m, (outs), (ins opaque48mem:$src),
366 def LIDTm : I<0x01, MRM3m, (outs), (ins opaque48mem:$src),
DX86CodeEmitter.cpp207 case X86II::MRM2m: case X86II::MRM3m: in determineREX()
937 case X86II::MRM2m: case X86II::MRM3m: in emitInstruction()
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td429 def RCR8m1 : I<0xD0, MRM3m, (outs), (ins i8mem:$dst),
431 def RCR8mi : Ii8<0xC0, MRM3m, (outs), (ins i8mem:$dst, u8imm:$cnt),
433 def RCR16m1 : I<0xD1, MRM3m, (outs), (ins i16mem:$dst),
435 def RCR16mi : Ii8<0xC1, MRM3m, (outs), (ins i16mem:$dst, u8imm:$cnt),
437 def RCR32m1 : I<0xD1, MRM3m, (outs), (ins i32mem:$dst),
439 def RCR32mi : Ii8<0xC1, MRM3m, (outs), (ins i32mem:$dst, u8imm:$cnt),
441 def RCR64m1 : RI<0xD1, MRM3m, (outs), (ins i64mem:$dst),
443 def RCR64mi : RIi8<0xC1, MRM3m, (outs), (ins i64mem:$dst, u8imm:$cnt),
456 def RCR8mCL : I<0xD2, MRM3m, (outs), (ins i8mem:$dst),
458 def RCR16mCL : I<0xD3, MRM3m, (outs), (ins i16mem:$dst),
[all …]
DX86InstrFPStack.td326 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">;
332 def FICOMP32m: FPI<0xDA, MRM3m, (outs), (ins i32mem:$src), "ficomp{l}\t$src">;
335 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">;
342 def FICOMP16m: FPI<0xDE, MRM3m, (outs), (ins i16mem:$src), "ficomp{s}\t$src">;
488 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst",
490 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst",
498 def IST_FP16m : FPI<0xDF, MRM3m, (outs), (ins i16mem:$dst), "fistp{s}\t$dst",
500 def IST_FP32m : FPI<0xDB, MRM3m, (outs), (ins i32mem:$dst), "fistp{l}\t$dst",
DX86InstrSystem.td256 def LTRm : I<0x00, MRM3m, (outs), (ins i16mem:$src),
424 def LIDT16m : I<0x01, MRM3m, (outs), (ins opaque48mem:$src),
426 def LIDT32m : I<0x01, MRM3m, (outs), (ins opaque48mem:$src),
428 def LIDT64m : I<0x01, MRM3m, (outs), (ins opaque80mem:$src),
525 def XRSTORS : I<0xC7, MRM3m, (outs), (ins opaque512mem:$dst),
528 def XRSTORS64 : RI<0xC7, MRM3m, (outs), (ins opaque512mem:$dst),
DX86InstrControl.td232 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaque32mem:$dst),
235 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaque48mem:$dst),
292 def FARCALL64 : RI<0xFF, MRM3m, (outs), (ins opaque80mem:$dst),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrShiftRotate.td412 def RCR8m1 : I<0xD0, MRM3m, (outs), (ins i8mem:$dst),
414 def RCR8mi : Ii8<0xC0, MRM3m, (outs), (ins i8mem:$dst, u8imm:$cnt),
416 def RCR16m1 : I<0xD1, MRM3m, (outs), (ins i16mem:$dst),
418 def RCR16mi : Ii8<0xC1, MRM3m, (outs), (ins i16mem:$dst, u8imm:$cnt),
420 def RCR32m1 : I<0xD1, MRM3m, (outs), (ins i32mem:$dst),
422 def RCR32mi : Ii8<0xC1, MRM3m, (outs), (ins i32mem:$dst, u8imm:$cnt),
424 def RCR64m1 : RI<0xD1, MRM3m, (outs), (ins i64mem:$dst),
426 def RCR64mi : RIi8<0xC1, MRM3m, (outs), (ins i64mem:$dst, u8imm:$cnt),
442 def RCR8mCL : I<0xD2, MRM3m, (outs), (ins i8mem:$dst),
444 def RCR16mCL : I<0xD3, MRM3m, (outs), (ins i16mem:$dst),
[all …]
DX86InstrFPStack.td340 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">;
343 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">;
346 def FICOMP16m: FPI<0xDE, MRM3m, (outs), (ins i16mem:$src), "ficomp{s}\t$src">;
349 def FICOMP32m: FPI<0xDA, MRM3m, (outs), (ins i32mem:$src), "ficomp{l}\t$src">;
505 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst">;
506 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst">;
510 def IST_FP16m : FPI<0xDF, MRM3m, (outs), (ins i16mem:$dst), "fistp{s}\t$dst">;
511 def IST_FP32m : FPI<0xDB, MRM3m, (outs), (ins i32mem:$dst), "fistp{l}\t$dst">;
DX86InstrSystem.td252 def LTRm : I<0x00, MRM3m, (outs), (ins i16mem:$src), "ltr{w}\t$src", []>, TB, NotMemoryFoldable;
392 def LIDT16m : I<0x01, MRM3m, (outs), (ins opaquemem:$src),
394 def LIDT32m : I<0x01, MRM3m, (outs), (ins opaquemem:$src),
396 def LIDT64m : I<0x01, MRM3m, (outs), (ins opaquemem:$src),
556 def XRSTORS : I<0xC7, MRM3m, (outs), (ins opaquemem:$dst),
559 def XRSTORS64 : RI<0xC7, MRM3m, (outs), (ins opaquemem:$dst),
DX86InstrControl.td261 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
263 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
340 def FARCALL64 : RI<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp53 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator
751 case X86Local::MRM3m: in emitInstructionSpecifier()
832 case X86Local::MRM3m: in emitDecodePath()
921 case X86Local::MRM3m: in emitDecodePath()
/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/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.h110 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, enumerator
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp110 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator
743 case X86Local::MRM3m: in emitInstructionSpecifier()
859 case X86Local::MRM2m: case X86Local::MRM3m: in emitDecodePath()
/external/llvm/test/TableGen/
DTargetInstrInfo.td56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DTargetInstrInfo.td56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
/external/swiftshader/third_party/LLVM/test/TableGen/
DTargetInstrInfo.td56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;

12