Searched refs:PINSRB (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h173 /// PINSRB - Insert the lower 8-bits of a 32-bit value to a vector,
174 /// corresponds to X86::PINSRB.
175 PINSRB, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp9927 Opc = X86ISD::PINSRB;
9929 Opc = X86ISD::PINSRB;
16519 case X86ISD::PINSRB: return "X86ISD::PINSRB";

Completed in 144 milliseconds