Searched refs:ROGUE_OP_MUL (Results 1 – 6 of 6) sorted by relevance
57 ROGUE_OP_MUL, /** Multiply (float). */ enumerator
65 [ROGUE_OP_MUL] = "mul",
53 [ROGUE_OP_MUL] = 3,
133 [ROGUE_OP_MUL] = { .flags = ROH(ROGUE_INSTR_FLAG_SAT) | ROH(ROGUE_INSTR_FLAG_LP),
560 [ROGUE_OP_MUL] = {
330 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MUL); in trans_nir_alu_fmul()