/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 413 def RCR8m1 : I<0xD0, MRM3m, (outs), (ins i8mem:$dst), 415 def RCR8mi : Ii8<0xC0, MRM3m, (outs), (ins i8mem:$dst, u8imm:$cnt), 417 def RCR16m1 : I<0xD1, MRM3m, (outs), (ins i16mem:$dst), 419 def RCR16mi : Ii8<0xC1, MRM3m, (outs), (ins i16mem:$dst, u8imm:$cnt), 421 def RCR32m1 : I<0xD1, MRM3m, (outs), (ins i32mem:$dst), 423 def RCR32mi : Ii8<0xC1, MRM3m, (outs), (ins i32mem:$dst, u8imm:$cnt), 425 def RCR64m1 : RI<0xD1, MRM3m, (outs), (ins i64mem:$dst), 427 def RCR64mi : RIi8<0xC1, MRM3m, (outs), (ins i64mem:$dst, u8imm:$cnt), 443 def RCR8mCL : I<0xD2, MRM3m, (outs), (ins i8mem:$dst), 445 def RCR16mCL : I<0xD3, MRM3m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrFPStack.td | 386 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">; 389 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">; 392 def FICOMP16m: FPI<0xDE, MRM3m, (outs), (ins i16mem:$src), "ficomp{s}\t$src">; 395 def FICOMP32m: FPI<0xDA, MRM3m, (outs), (ins i32mem:$src), "ficomp{l}\t$src">; 561 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst">; 562 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst">; 566 def IST_FP16m : FPI<0xDF, MRM3m, (outs), (ins i16mem:$dst), "fistp{s}\t$dst">; 567 def IST_FP32m : FPI<0xDB, MRM3m, (outs), (ins i32mem:$dst), "fistp{l}\t$dst">;
|
D | X86InstrSystem.td | 251 def LTRm : I<0x00, MRM3m, (outs), (ins i16mem:$src), "ltr{w}\t$src", []>, TB, NotMemoryFoldable; 391 def LIDT16m : I<0x01, MRM3m, (outs), (ins opaquemem:$src), 393 def LIDT32m : I<0x01, MRM3m, (outs), (ins opaquemem:$src), 395 def LIDT64m : I<0x01, MRM3m, (outs), (ins opaquemem:$src), 555 def XRSTORS : I<0xC7, MRM3m, (outs), (ins opaquemem:$dst), 558 def XRSTORS64 : RI<0xC7, MRM3m, (outs), (ins opaquemem:$dst),
|
D | X86InstrControl.td | 278 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst), 280 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst), 354 def FARCALL64 : RI<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 429 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 …]
|
D | X86InstrFPStack.td | 326 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",
|
D | X86InstrControl.td | 232 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),
|
D | X86InstrSystem.td | 256 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),
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 299 MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27, // Format /0 /1 /2 /3 enumerator 692 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 783 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/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 413 def RCR8m1 : I<0xD0, MRM3m, (outs), (ins i8mem:$dst), 415 def RCR8mi : Ii8<0xC0, MRM3m, (outs), (ins i8mem:$dst, u8imm:$cnt), 417 def RCR16m1 : I<0xD1, MRM3m, (outs), (ins i16mem:$dst), 419 def RCR16mi : Ii8<0xC1, MRM3m, (outs), (ins i16mem:$dst, u8imm:$cnt), 421 def RCR32m1 : I<0xD1, MRM3m, (outs), (ins i32mem:$dst), 423 def RCR32mi : Ii8<0xC1, MRM3m, (outs), (ins i32mem:$dst, u8imm:$cnt), 425 def RCR64m1 : RI<0xD1, MRM3m, (outs), (ins i64mem:$dst), 427 def RCR64mi : RIi8<0xC1, MRM3m, (outs), (ins i64mem:$dst, u8imm:$cnt), 443 def RCR8mCL : I<0xD2, MRM3m, (outs), (ins i8mem:$dst), 445 def RCR16mCL : I<0xD3, MRM3m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrKL.td | 81 def AESDECWIDE256KL : I<0xD8, MRM3m, (outs), (ins opaquemem:$src),
|
D | X86InstrFPStack.td | 381 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">; 384 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">; 387 def FICOMP16m: FPI<0xDE, MRM3m, (outs), (ins i16mem:$src), "ficomp{s}\t$src">; 390 def FICOMP32m: FPI<0xDA, MRM3m, (outs), (ins i32mem:$src), "ficomp{l}\t$src">; 563 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst">; 564 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst">; 568 def IST_FP16m : FPI<0xDF, MRM3m, (outs), (ins i16mem:$dst), "fistp{s}\t$dst">; 569 def IST_FP32m : FPI<0xDB, MRM3m, (outs), (ins i32mem:$dst), "fistp{l}\t$dst">;
|
D | X86InstrSystem.td | 261 def LTRm : I<0x00, MRM3m, (outs), (ins i16mem:$src), "ltr{w}\t$src", []>, TB, NotMemoryFoldable; 401 def LIDT16m : I<0x01, MRM3m, (outs), (ins opaquemem:$src), 403 def LIDT32m : I<0x01, MRM3m, (outs), (ins opaquemem:$src), 405 def LIDT64m : I<0x01, MRM3m, (outs), (ins opaquemem:$src), 565 def XRSTORS : I<0xC7, MRM3m, (outs), (ins opaquemem:$dst), 568 def XRSTORS64 : RI<0xC7, MRM3m, (outs), (ins opaquemem:$dst),
|
D | X86InstrControl.td | 281 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst), 283 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst), 359 def FARCALL64m : RI<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 115 MRM0m = 32, MRM1m = 33, MRM2m = 34, MRM3m = 35, enumerator
|
D | X86RecognizableInstr.cpp | 688 case X86Local::MRM3m: in emitInstructionSpecifier() 810 case X86Local::MRM2m: case X86Local::MRM3m: in emitDecodePath()
|
D | X86FoldTablesEmitter.cpp | 432 (MemFormNum == X86Local::MRM3m && RegFormNum == X86Local::MRM3r) || in areOppositeForms()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 626 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, // Format /0 /1 /2 /3 enumerator 1063 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 968 case X86II::MRM3m: in emitVEXOpcodePrefix() 1229 case X86II::MRM3m: in determineREXPrefix() 1661 case X86II::MRM3m: in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 677 MRM0m = 32, MRM1m = 33, MRM2m = 34, MRM3m = 35, // Format /0 /1 /2 /3 enumerator 1141 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 991 case X86II::MRM3m: in emitVEXOpcodePrefix() 1266 case X86II::MRM3m: in emitREXPrefix() 1686 case X86II::MRM3m: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 110 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-project/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
|