Home
last modified time | relevance | path

Searched refs:vmcnt (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp287 unsigned vmcnt = (imm & 0xF) | ((imm & (0x3 << 14)) >> 10); in print_instr_format_specific() local
288 if (vmcnt != 63) in print_instr_format_specific()
289 fprintf(output, " vmcnt(%d)", vmcnt); in print_instr_format_specific()
Daco_insert_NOPs.cpp654 unsigned vmcnt = (imm & 0xF) | ((imm & (0x3 << 14)) >> 10); in handle_instruction_gfx10() local
655 if (vmcnt == 0) in handle_instruction_gfx10()
DREADME-ISA.md217 A VALU instruction or an `s_waitcnt vmcnt(0)` between the two instructions.
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2467 unsigned vmcnt = ctx->chip_class >= GFX9 ? 63 : 15; in ac_build_waitcnt() local
2473 vmcnt = 0; in ac_build_waitcnt()
2479 vmcnt = 0; in ac_build_waitcnt()
2490 (vmcnt & 0xf) | ((vmcnt >> 4) << 14); in ac_build_waitcnt()