Searched refs:BRW_OPCODE_IFF (Results 1 – 4 of 4) sorted by relevance
607 BRW_OPCODE_IFF = 35, enumerator
74 [BRW_OPCODE_IFF] = { .name = "iff", .nsrc = 2, .ndst = 1 },
80 [BRW_OPCODE_IFF] = { .name = "iff", .nsrc = 2, .ndst = 1 },
1237 if_inst->header.opcode = BRW_OPCODE_IFF; in patch_IF_ELSE()