Lines Matching defs:funop
126 def funop(name, opcode):
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("exp2", 0b001101)
141 funop("sin_pt_2", 0b001110)
142 funop("ceil", 0b010000)
143 funop("trunc", 0b100000)
144 funop("roundeven", 0b110000)