Lines Matching refs:A0
43 #define A0 4 macro
228 uasm_i_sd(buf, ZERO, off, A0); in build_clear_store()
230 uasm_i_sw(buf, ZERO, off, A0); in build_clear_store()
241 A0); in build_clear_pref()
244 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_clear_pref()
256 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_clear_pref()
294 pg_addiu(&buf, A2, A0, off); in build_clear_page()
296 uasm_i_ori(&buf, A2, A0, off); in build_clear_page()
313 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
318 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
324 pg_addiu(&buf, A2, A0, pref_bias_clear_store); in build_clear_page()
331 pg_addiu(&buf, A0, A0, 2 * off); in build_clear_page()
335 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
371 uasm_i_sd(buf, reg, off, A0); in build_copy_store()
373 uasm_i_sw(buf, reg, off, A0); in build_copy_store()
393 A0); in build_copy_store_pref()
396 uasm_i_cache(buf, Create_Dirty_Excl_SD, off, A0); in build_copy_store_pref()
408 uasm_i_cache(buf, Create_Dirty_Excl_D, off, A0); in build_copy_store_pref()
445 pg_addiu(&buf, A2, A0, off); in build_copy_page()
447 uasm_i_ori(&buf, A2, A0, off); in build_copy_page()
485 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
504 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
510 pg_addiu(&buf, A2, A0, in build_copy_page()
530 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
545 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
553 pg_addiu(&buf, A2, A0, pref_bias_copy_store); in build_copy_page()
568 pg_addiu(&buf, A0, A0, 2 * off); in build_copy_page()
579 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()