Lines Matching refs:A0

41 #define A0 4  macro
235 uasm_i_sd(buf, ZERO, off, A0); in build_clear_store()
237 uasm_i_sw(buf, ZERO, off, A0); in build_clear_store()
248 A0); in build_clear_pref()
251 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_clear_pref()
265 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_clear_pref()
303 pg_addiu(&buf, A2, A0, off); in build_clear_page()
305 uasm_i_ori(&buf, A2, A0, off); in build_clear_page()
322 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
327 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
333 pg_addiu(&buf, A2, A0, pref_bias_clear_store); in build_clear_page()
340 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
344 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
380 uasm_i_sd(buf, reg, off, A0); in build_copy_store()
382 uasm_i_sw(buf, reg, off, A0); in build_copy_store()
402 A0); in build_copy_store_pref()
405 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_copy_store_pref()
419 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_copy_store_pref()
456 pg_addiu(&buf, A2, A0, off); in build_copy_page()
458 uasm_i_ori(&buf, A2, A0, off); in build_copy_page()
496 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
515 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
521 pg_addiu(&buf, A2, A0, in build_copy_page()
541 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
556 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
564 pg_addiu(&buf, A2, A0, pref_bias_copy_store); in build_copy_page()
579 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
590 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()