Lines Matching refs:A0
42 #define A0 4 macro
236 uasm_i_sd(buf, ZERO, off, A0); in build_clear_store()
238 uasm_i_sw(buf, ZERO, off, A0); in build_clear_store()
249 A0); in build_clear_pref()
252 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_clear_pref()
264 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_clear_pref()
302 pg_addiu(&buf, A2, A0, off); in build_clear_page()
304 uasm_i_ori(&buf, A2, A0, off); in build_clear_page()
321 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
326 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
332 pg_addiu(&buf, A2, A0, pref_bias_clear_store); in build_clear_page()
339 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
343 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
379 uasm_i_sd(buf, reg, off, A0); in build_copy_store()
381 uasm_i_sw(buf, reg, off, A0); in build_copy_store()
401 A0); in build_copy_store_pref()
404 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_copy_store_pref()
416 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_copy_store_pref()
453 pg_addiu(&buf, A2, A0, off); in build_copy_page()
455 uasm_i_ori(&buf, A2, A0, off); in build_copy_page()
493 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
512 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
518 pg_addiu(&buf, A2, A0, in build_copy_page()
538 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
553 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
561 pg_addiu(&buf, A2, A0, pref_bias_copy_store); in build_copy_page()
576 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
587 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()