Searched refs:VINSERTI128 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 961 Value* result = VINSERTI128(VUNDEF_I(), resLo, C((uint8_t)0)); in PMAXSD() 962 result = VINSERTI128(result, resHi, C((uint8_t)1)); in PMAXSD() 997 Value* result = VINSERTI128(VUNDEF_I(), resLo, C((uint8_t)0)); in PMINSD() 998 result = VINSERTI128(result, resHi, C((uint8_t)1)); in PMINSD() 1605 Value *Builder::VINSERTI128(Value* a, Value* b, Constant* imm8) in VINSERTI128() function in SwrJit::Builder
|
D | builder_misc.h | 159 Value *VINSERTI128(Value* a, Value* b, Constant* imm8);
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 899 // VINSERTF128/VINSERTI128 imm.
|
D | X86InstrSSE.td | 8533 // VINSERTI128 - Insert packed integer values
|