Searched refs:funop (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_opcodes.py126 def funop(name, opcode): function
132 funop("floor", 0b000000)
133 funop("srsqrt", 0b000001)
134 funop("dfdx", 0b000100)
135 funop("dfdy", 0b000110)
136 funop("rcp", 0b001000)
137 funop("rsqrt", 0b001001)
138 funop("sin_pt_1", 0b001010)
139 funop("log2", 0b001100)
140 funop("exp
[all...]

Completed in 5 milliseconds