Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_builder.h136 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()
Dbuiltin_functions.cpp5720 body.emit(assign(msb, imul_high(x, y))); in _mulExtended()