Lines Matching refs:A0
43 #define A0 4 macro
253 uasm_i_sd(buf, ZERO, off, A0); in build_clear_store()
255 uasm_i_sw(buf, ZERO, off, A0); in build_clear_store()
266 A0); in build_clear_pref()
269 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_clear_pref()
281 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_clear_pref()
309 pg_addiu(&buf, A2, A0, off); in build_clear_page()
311 uasm_i_ori(&buf, A2, A0, off); in build_clear_page()
328 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
333 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
339 pg_addiu(&buf, A2, A0, pref_bias_clear_store); in build_clear_page()
346 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
350 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
386 uasm_i_sd(buf, reg, off, A0); in build_copy_store()
388 uasm_i_sw(buf, reg, off, A0); in build_copy_store()
408 A0); in build_copy_store_pref()
411 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_copy_store_pref()
423 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_copy_store_pref()
455 pg_addiu(&buf, A2, A0, off); in build_copy_page()
457 uasm_i_ori(&buf, A2, A0, off); in build_copy_page()
495 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
514 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
520 pg_addiu(&buf, A2, A0, in build_copy_page()
540 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
555 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
563 pg_addiu(&buf, A2, A0, pref_bias_copy_store); in build_copy_page()
578 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
589 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()