Searched refs:FP32_UNOP (Results 1 – 1 of 1) sorted by relevance
371 #define FP32_UNOP(name, instruction) \ macro424 FP32_UNOP(f32_abs, Fabs) in I32_BINOP()425 FP32_UNOP(f32_neg, Fneg) in I32_BINOP()426 FP32_UNOP(f32_ceil, Frintp) in I32_BINOP()427 FP32_UNOP(f32_floor, Frintm) in I32_BINOP()428 FP32_UNOP(f32_trunc, Frintz) in I32_BINOP()429 FP32_UNOP(f32_nearest_int, Frintn) in I32_BINOP()430 FP32_UNOP(f32_sqrt, Fsqrt) in I32_BINOP()448 #undef FP32_UNOP in I32_BINOP()