/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 53 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator 138 (form >= X86Local::MRM0m && form <= X86Local::MRM7m)) in needsModRMForDecode() 748 case X86Local::MRM0m: in emitInstructionSpecifier() 829 case X86Local::MRM0m: in emitDecodePath() 837 filter = new ExtendedFilter(false, Form - X86Local::MRM0m); in emitDecodePath() 918 case X86Local::MRM0m: in emitDecodePath() 926 filter = new ExtendedFilter(false, Form - X86Local::MRM0m); in emitDecodePath() 939 filter = new EscapeFilter(false, Form - X86Local::MRM0m); in emitDecodePath()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 219 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator 495 case X86II::MRM0m: case X86II::MRM1m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 543 case X86II::MRM0m: case X86II::MRM1m: in EmitVEXOpcodePrefix() 678 case X86II::MRM0m: case X86II::MRM1m: in DetermineREXPrefix() 975 case X86II::MRM0m: case X86II::MRM1m: in EncodeInstruction() 980 EmitMemModRMByte(MI, CurOp, (TSFlags & X86II::FormMask)-X86II::MRM0m, in EncodeInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 462 def ROL8mCL : I<0xD2, MRM0m, (outs), (ins i8mem :$dst), 465 def ROL16mCL : I<0xD3, MRM0m, (outs), (ins i16mem:$dst), 468 def ROL32mCL : I<0xD3, MRM0m, (outs), (ins i32mem:$dst), 471 def ROL64mCL : RI<0xD3, MRM0m, (outs), (ins i64mem:$dst), 475 def ROL8mi : Ii8<0xC0, MRM0m, (outs), (ins i8mem :$dst, i8imm:$src1), 478 def ROL16mi : Ii8<0xC1, MRM0m, (outs), (ins i16mem:$dst, i8imm:$src1), 482 def ROL32mi : Ii8<0xC1, MRM0m, (outs), (ins i32mem:$dst, i8imm:$src1), 485 def ROL64mi : RIi8<0xC1, MRM0m, (outs), (ins i64mem:$dst, i8imm:$src1), 490 def ROL8m1 : I<0xD0, MRM0m, (outs), (ins i8mem :$dst), 493 def ROL16m1 : I<0xD1, MRM0m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrArithmetic.td | 425 def INC8m : I<0xFE, MRM0m, (outs), (ins i8mem :$dst), "inc{b}\t$dst", 428 def INC16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 432 def INC32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 436 def INC64m : RI<0xFF, MRM0m, (outs), (ins i64mem:$dst), "inc{q}\t$dst", 443 def INC64_16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 447 def INC64_32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 1093 defm ADD : ArithBinOp_RF<0x00, 0x02, 0x04, "add", MRM0r, MRM0m, 1135 def TEST8mi : BinOpMI_F<"test", Xi8 , X86testpat, MRM0m, 0xF6>; 1136 def TEST16mi : BinOpMI_F<"test", Xi16, X86testpat, MRM0m, 0xF6>; 1137 def TEST32mi : BinOpMI_F<"test", Xi32, X86testpat, MRM0m, 0xF6>; [all …]
|
D | X86InstrFPStack.td | 210 defm ADD : FPBinary<fadd, MRM0m, "add">; 419 def LD_F32m : FPI<0xD9, MRM0m, (outs), (ins f32mem:$src), "fld{s}\t$src">; 420 def LD_F64m : FPI<0xDD, MRM0m, (outs), (ins f64mem:$src), "fld{l}\t$src">; 422 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src">; 423 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src">; 590 def FXSAVE : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins), 592 def FXSAVE64 : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins),
|
D | X86CodeEmitter.cpp | 206 case X86II::MRM0m: case X86II::MRM1m: in determineREX() 936 case X86II::MRM0m: case X86II::MRM1m: in emitInstruction() 945 emitMemModRMByte(MI, CurOp, (Desc->TSFlags & X86II::FormMask)-X86II::MRM0m, in emitInstruction()
|
D | X86InstrSystem.td | 338 def SGDT16m : I<0x01, MRM0m, (outs opaque48mem:$dst), (ins), 340 def SGDTm : I<0x01, MRM0m, (outs opaque48mem:$dst), (ins), 348 def SLDT16m : I<0x00, MRM0m, (outs i16mem:$dst), (ins), 357 def SLDT64m : RI<0x00, MRM0m, (outs i16mem:$dst), (ins),
|
D | X86Instr3DNow.td | 89 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i32mem:$addr),
|
D | X86InstrCMovSetCC.td | 82 def m : I<opc, MRM0m, (outs), (ins i8mem:$dst),
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 523 def ROL8mCL : I<0xD2, MRM0m, (outs), (ins i8mem :$dst), 527 def ROL16mCL : I<0xD3, MRM0m, (outs), (ins i16mem:$dst), 531 def ROL32mCL : I<0xD3, MRM0m, (outs), (ins i32mem:$dst), 535 def ROL64mCL : RI<0xD3, MRM0m, (outs), (ins i64mem:$dst), 540 def ROL8mi : Ii8<0xC0, MRM0m, (outs), (ins i8mem :$dst, u8imm:$src1), 544 def ROL16mi : Ii8<0xC1, MRM0m, (outs), (ins i16mem:$dst, u8imm:$src1), 548 def ROL32mi : Ii8<0xC1, MRM0m, (outs), (ins i32mem:$dst, u8imm:$src1), 552 def ROL64mi : RIi8<0xC1, MRM0m, (outs), (ins i64mem:$dst, u8imm:$src1), 558 def ROL8m1 : I<0xD0, MRM0m, (outs), (ins i8mem :$dst), 562 def ROL16m1 : I<0xD1, MRM0m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrFPStack.td | 244 defm ADD : FPBinary<fadd, MRM0m, "add">; 470 def LD_F32m : FPI<0xD9, MRM0m, (outs), (ins f32mem:$src), "fld{s}\t$src", 472 def LD_F64m : FPI<0xDD, MRM0m, (outs), (ins f64mem:$src), "fld{l}\t$src", 476 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src", 478 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src", 667 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaque512mem:$dst), 669 def FXSAVE64 : RI<0xAE, MRM0m, (outs), (ins opaque512mem:$dst),
|
D | X86InstrSystem.td | 392 def SGDT16m : I<0x01, MRM0m, (outs), (ins opaque48mem:$dst), 394 def SGDT32m : I<0x01, MRM0m, (outs), (ins opaque48mem:$dst), 396 def SGDT64m : I<0x01, MRM0m, (outs), (ins opaque80mem:$dst), 406 def SLDT16m : I<0x00, MRM0m, (outs), (ins i16mem:$dst), 415 def SLDT64m : RI<0x00, MRM0m, (outs), (ins i16mem:$dst),
|
D | X86Instr3DNow.td | 90 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i8mem:$addr),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 503 def ROL8mCL : I<0xD2, MRM0m, (outs), (ins i8mem :$dst), 506 def ROL16mCL : I<0xD3, MRM0m, (outs), (ins i16mem:$dst), 509 def ROL32mCL : I<0xD3, MRM0m, (outs), (ins i32mem:$dst), 512 def ROL64mCL : RI<0xD3, MRM0m, (outs), (ins i64mem:$dst), 517 def ROL8mi : Ii8<0xC0, MRM0m, (outs), (ins i8mem :$dst, u8imm:$src1), 520 def ROL16mi : Ii8<0xC1, MRM0m, (outs), (ins i16mem:$dst, u8imm:$src1), 524 def ROL32mi : Ii8<0xC1, MRM0m, (outs), (ins i32mem:$dst, u8imm:$src1), 528 def ROL64mi : RIi8<0xC1, MRM0m, (outs), (ins i64mem:$dst, u8imm:$src1), 534 def ROL8m1 : I<0xD0, MRM0m, (outs), (ins i8mem :$dst), 537 def ROL16m1 : I<0xD1, MRM0m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrFPStack.td | 245 defm ADD : FPBinary<fadd, MRM0m, "add">; 495 def LD_F32m : FPI<0xD9, MRM0m, (outs), (ins f32mem:$src), "fld{s}\t$src">; 496 def LD_F64m : FPI<0xDD, MRM0m, (outs), (ins f64mem:$src), "fld{l}\t$src">; 498 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src">; 499 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src">; 676 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst), 679 def FXSAVE64 : RI<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
|
D | X86Instr3DNow.td | 93 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i8mem:$addr),
|
D | X86InstrArithmetic.td | 456 def INC8m : I<0xFE, MRM0m, (outs), (ins i8mem :$dst), "inc{b}\t$dst", 459 def INC16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 462 def INC32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 467 def INC64m : RI<0xFF, MRM0m, (outs), (ins i64mem:$dst), "inc{q}\t$dst", 1162 defm ADD : ArithBinOp_RF<0x00, 0x02, 0x04, "add", MRM0r, MRM0m, 1208 def TEST8mi : BinOpMI_F<0xF6, "test", Xi8 , X86testpat, MRM0m>; 1209 def TEST16mi : BinOpMI_F<0xF6, "test", Xi16, X86testpat, MRM0m>; 1210 def TEST32mi : BinOpMI_F<0xF6, "test", Xi32, X86testpat, MRM0m>; 1212 def TEST64mi32 : BinOpMI_F<0xF6, "test", Xi64, X86testpat, MRM0m>;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 299 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator 691 case X86II::MRM0m: case X86II::MRM1m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 782 case X86II::MRM0m: case X86II::MRM1m: in EmitVEXOpcodePrefix() 1012 case X86II::MRM0m: case X86II::MRM1m: in DetermineREXPrefix() 1371 case X86II::MRM0m: case X86II::MRM1m: in encodeInstruction() 1381 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags, in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 314 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, // Format /0 /1 /2 /3 enumerator 733 case X86II::MRM0m: case X86II::MRM1m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 832 case X86II::MRM0m: case X86II::MRM1m: in EmitVEXOpcodePrefix() 1084 case X86II::MRM0m: case X86II::MRM1m: in DetermineREXPrefix() 1501 case X86II::MRM0m: case X86II::MRM1m: in encodeInstruction() 1511 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags, in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 110 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, enumerator 740 case X86Local::MRM0m: in emitInstructionSpecifier() 858 case X86Local::MRM0m: case X86Local::MRM1m: in emitDecodePath() 862 filter = new ExtendedFilter(false, Form - X86Local::MRM0m); in emitDecodePath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 110 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, enumerator
|
D | X86RecognizableInstr.cpp | 650 case X86Local::MRM0m: in emitInstructionSpecifier() 749 case X86Local::MRM0m: case X86Local::MRM1m: in emitDecodePath() 753 filter = llvm::make_unique<ExtendedFilter>(false, Form - X86Local::MRM0m); in emitDecodePath()
|