Searched refs:JOIN_16 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.h153 Value* JOIN_16(Value* a, Value* b);
H A Dfetch_jit.cpp1344 Value* temp = JOIN_16(temp_lo, temp_hi);
1450 Value* temp = JOIN_16(temp_lo, temp_hi);
1716 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi);
1726 Value* temp = JOIN_16(temp_lo, temp_hi);
1829 Value* temp = JOIN_16(temp_lo, temp_hi);
2147 return JOIN_16(pIdLo, pIdHi);
H A Dbuilder_misc.cpp480 Value* Builder::JOIN_16(Value* a, Value* b) function in class:SwrJit::Builder
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.h173 Value* JOIN_16(Value* a, Value* b);
H A Dfetch_jit.cpp1424 Value* temp = JOIN_16(temp_lo, temp_hi);
1531 Value* temp = JOIN_16(temp_lo, temp_hi);
1802 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi);
1812 Value* temp = JOIN_16(temp_lo, temp_hi);
1915 Value* temp = JOIN_16(temp_lo, temp_hi);
2233 return JOIN_16(pIdLo, pIdHi);
H A Dbuilder_misc.cpp551 Value* Builder::JOIN_16(Value* a, Value* b) function in class:SwrJit::Builder
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp605 v32Gather = B->JOIN_16(gather0, gather1);
668 return cast<Instruction>(B->JOIN_16(v8f32ResLo, v8f32ResHi));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp696 v32Gather = B->JOIN_16(gather0, gather1);
824 return cast<Instruction>(B->JOIN_16(v8f32ResLo, v8f32ResHi));

Completed in 17 milliseconds