Home
last modified time | relevance | path

Searched defs:UNOP (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
Dframe_unwind.c337 #define UNOP(atom, expr) \ in expr_eval() macro
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4970 #define UNOP(NAME, OPCODE, AVAIL) \ macro
5035 UNOP(sin, ir_unop_sin, always_available) in UNOP() function
5359 UNOP(exp, ir_unop_exp, always_available) in UNOP() function
6401 UNOP(not, ir_unop_logic_not, always_available) in UNOP() function
6760 UNOP(dFdx, ir_unop_dFdx, derivatives) in UNOP() function
6895 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) in UNOP() function
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1192 #define UNOP(nir_op, spirv_op) \ in emit_alu() macro