Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_builder.h177 ir_expression *bitcast_f2i(operand a);
Dlower_instructions.cpp454 rshift(bitcast_f2i(abs(x)), in ldexp_to_arith()
1384 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); in find_lsb_to_float_cast()
1488 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); in find_msb_to_float_cast()
Dir_builder.cpp450 bitcast_f2i(operand a) in bitcast_f2i() function
Dbuiltin_functions.cpp4217 body.emit(ret(bitcast_f2i(x))); in _floatBitsToInt()
5666 body.emit(assign(exponent, rshift(bitcast_f2i(abs(x)), exponent_shift))); in _frexp()