Searched refs:uasm_i_nop (Results 1 – 5 of 5) sorted by relevance
429 uasm_i_nop(&p); /* load delay */ in build_r3000_tlb_refill_handler()488 uasm_i_nop(p); in build_tlb_probe_entry()537 uasm_i_nop(p); in build_tlb_write_entry()542 uasm_i_nop(p); in build_tlb_write_entry()544 uasm_i_nop(p); in build_tlb_write_entry()549 uasm_i_nop(p); /* QED specifies 2 nops hazard */ in build_tlb_write_entry()550 uasm_i_nop(p); /* QED specifies 2 nops hazard */ in build_tlb_write_entry()559 uasm_i_nop(p); in build_tlb_write_entry()584 uasm_i_nop(p); in build_tlb_write_entry()590 uasm_i_nop(p); in build_tlb_write_entry()[all …]
246 uasm_i_nop(buf); in build_clear_pref()247 uasm_i_nop(buf); in build_clear_pref()248 uasm_i_nop(buf); in build_clear_pref()249 uasm_i_nop(buf); in build_clear_pref()342 uasm_i_nop(&buf); in build_clear_page()398 uasm_i_nop(buf); in build_copy_store_pref()399 uasm_i_nop(buf); in build_copy_store_pref()400 uasm_i_nop(buf); in build_copy_store_pref()401 uasm_i_nop(buf); in build_copy_store_pref()586 uasm_i_nop(&buf); in build_copy_page()
234 uasm_i_nop(pp); in cps_gen_cache_routine()323 uasm_i_nop(pp); in cps_gen_flush_fsb()344 uasm_i_nop(pp); in cps_gen_set_top_bit()393 uasm_i_nop(&p); in cps_gen_entry_code()421 uasm_i_nop(&p); in cps_gen_entry_code()437 uasm_i_nop(&p); in cps_gen_entry_code()447 uasm_i_nop(&p); in cps_gen_entry_code()515 uasm_i_nop(&p); in cps_gen_entry_code()602 uasm_i_nop(&p); in cps_gen_entry_code()
1909 uasm_i_nop(&buf); in set_except_vector()1913 uasm_i_nop(&buf); in set_except_vector()
240 #define uasm_i_nop(buf) uasm_i_sll(buf, 0, 0, 0) macro