Home
last modified time | relevance | path

Searched refs:has_literal (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_print_asm.cpp180 bool has_literal = chip >= GFX10 && (((binary[pos + 1] & 0x1ff) == 0xff) || in disasm_instr() local
182 size = 2 + has_literal; in disasm_instr()
Daco_optimizer.cpp2704 bool has_literal = false; in apply_sgprs() local
2707 has_literal = true; in apply_sgprs()
2723 if (has_literal) in apply_sgprs()