Searched refs:XOPA (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 125 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6, ThreeDNow = 7 enumerator
|
D | X86RecognizableInstr.cpp | 711 case X86Local::XOPA: opcodeType = XOPA_MAP; break; in emitDecodePath()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 119 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6 enumerator 831 case X86Local::XOPA: in emitDecodePath() 840 case X86Local::XOPA: opcodeType = XOPA_MAP; break; in emitDecodePath()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 388 XOPA = 6 << OpMapShift, enumerator
|
D | X86MCCodeEmitter.cpp | 654 case X86II::XOPA: VEX_5M = 0xA; break; in EmitVEXOpcodePrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 432 XOPA = 6 << OpMapShift, enumerator
|
D | X86MCCodeEmitter.cpp | 686 case X86II::XOPA: VEX_5M = 0xA; break; in EmitVEXOpcodePrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 150 def XOPA : Map<6>; 194 class XOPA { Map OpMap = XOPA; Prefix OpPrefix = PS; }
|
D | X86InstrInfo.td | 2616 XOP, XOPA, Sched<[Sched]>; 2622 XOP, XOPA, Sched<[Sched.Folded]>; 2694 XOP_4V, XOPA; 2699 XOP_4V, XOPA; 2710 [(Int RC:$src0, GR32:$src1, imm:$cntl)]>, XOP_4V, XOPA; 2715 XOP_4V, XOPA;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 134 def XOPA : Map<6>; 177 class XOPA { Map OpMap = XOPA; Prefix OpPrefix = PS; }
|
D | X86InstrInfo.td | 2358 XOP, XOPA; 2364 XOP, XOPA;
|