Home
last modified time | relevance | path

Searched refs:imul_high (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_builder.h139 ir_expression *imul_high(operand a, operand b);
Dir_builder.cpp229 ir_expression *imul_high(operand a, operand b) in imul_high() function
Dbuiltin_int64.h17 body.emit(assign(r0003, imul_high(swizzle_x(r0001), swizzle_x(r0002)), 0x02)); in umul64()
Dlower_instructions.cpp1736 i.insert_before(assign(msb, imul_high(x, y))); in mul64_to_mul_and_mul_high()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c662 ALU_CASE(imul_high, imul); in emit_alu()