Searched defs:nreg (Results 1 – 4 of 4) sorted by relevance
268 int i, n, nreg, flags; in ffi_closure_win64_inner() local
208 nir_register *nreg = rzalloc(state->ns, nir_register); in clone_register() local232 nir_register *nreg = clone_register(state, reg); in clone_reg_list() local
1041 static struct ir3_instruction *instr_create(struct ir3_block *block, int nreg) in instr_create()1059 opc_t opc, int nreg) in ir3_instr_create2()
16 #define GEN4_GRF_BLOCKS(nreg) (((nreg) + 15) / 16 - 1) argument