Lines Matching defs:UNOPA
5775 #define UNOPA(NAME, OPCODE) \
6010 UNOPA(sqrt, ir_unop_sqrt)
6011 UNOPA(inversesqrt, ir_unop_rsq)
6015 UNOPA(abs, ir_unop_abs)
6016 UNOPA(sign, ir_unop_sign)
6017 UNOPA(floor, ir_unop_floor)
6018 UNOPA(truncate, ir_unop_trunc)
6019 UNOPA(trunc, ir_unop_trunc)
6020 UNOPA(round, ir_unop_round_even)
6021 UNOPA(roundEven, ir_unop_round_even)
6022 UNOPA(ceil, ir_unop_ceil)
6023 UNOPA(fract, ir_unop_fract)