Searched refs:imul_high (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h139 ir_expression *imul_high(operand a, operand b);
H A Dir_builder.cpp229 ir_expression *imul_high(operand a, operand b) function in namespace:ir_builder
H A Dbuiltin_int64.h17 body.emit(assign(r0003, imul_high(swizzle_x(r0001), swizzle_x(r0002)), 0x02));
H A Dlower_instructions.cpp1701 * msb = imul_high(x_lo, y_lo)
1736 i.insert_before(assign(msb, imul_high(x, y)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h139 ir_expression *imul_high(operand a, operand b);
H A Dir_builder.cpp229 ir_expression *imul_high(operand a, operand b) function in namespace:ir_builder
H A Dbuiltin_int64.h17 body.emit(assign(r0003, imul_high(swizzle_x(r0001), swizzle_x(r0002)), 0x02));
H A Dlower_instructions.cpp1674 * msb = imul_high(x_lo, y_lo)
1709 i.insert_before(assign(msb, imul_high(x, y)));
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c747 ALU_CASE(imul_high, imul);

Completed in 129 milliseconds