Lines Matching refs:A0
40 #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()
266 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_clear_pref()
304 pg_addiu(&buf, A2, A0, off); in build_clear_page()
306 uasm_i_ori(&buf, A2, A0, off); in build_clear_page()
323 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
328 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
334 pg_addiu(&buf, A2, A0, pref_bias_clear_store); in build_clear_page()
341 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
345 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
381 uasm_i_sd(buf, reg, off, A0); in build_copy_store()
383 uasm_i_sw(buf, reg, off, A0); in build_copy_store()
403 A0); in build_copy_store_pref()
406 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_copy_store_pref()
420 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_copy_store_pref()
457 pg_addiu(&buf, A2, A0, off); in build_copy_page()
459 uasm_i_ori(&buf, A2, A0, off); in build_copy_page()
497 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
516 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
522 pg_addiu(&buf, A2, A0, in build_copy_page()
542 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
557 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
565 pg_addiu(&buf, A2, A0, pref_bias_copy_store); in build_copy_page()
580 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
591 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()