Searched refs:imul_high (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder.h | 139 ir_expression *imul_high(operand a, operand b);
|
| H A D | ir_builder.cpp | 229 ir_expression *imul_high(operand a, operand b) function in namespace:ir_builder
|
| H A D | builtin_int64.h | 17 body.emit(assign(r0003, imul_high(swizzle_x(r0001), swizzle_x(r0002)), 0x02));
|
| H A D | lower_instructions.cpp | 1701 * 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 D | ir_builder.h | 139 ir_expression *imul_high(operand a, operand b);
|
| H A D | ir_builder.cpp | 229 ir_expression *imul_high(operand a, operand b) function in namespace:ir_builder
|
| H A D | builtin_int64.h | 17 body.emit(assign(r0003, imul_high(swizzle_x(r0001), swizzle_x(r0002)), 0x02));
|
| H A D | lower_instructions.cpp | 1674 * 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 D | midgard_compile.c | 747 ALU_CASE(imul_high, imul);
|
Completed in 129 milliseconds