Lines Matching refs:risc_forcestep

98 static void risc_forcestep(unsigned long io_base, vu32 instruction);
119 risc_forcestep(io_base, NOP_INSTR);
120 risc_forcestep(io_base, NOP_INSTR);
121 risc_forcestep(io_base, NOP_INSTR);
122 risc_forcestep(io_base, JMP_INSTR(JMP_OP, pc>>2));
123 risc_forcestep(io_base, NOP_INSTR);
222 risc_forcestep(io_base, INT_INSTR(SPRI_OP, 0, 0, 31)); /* spri Sync,zero */
223 risc_forcestep(io_base, NOP_INSTR);
224 risc_forcestep(io_base, NOP_INSTR);
225 risc_forcestep(io_base, NOP_INSTR);
230 risc_forcestep(io_base, INT_INSTR(OR_OP, RISC_FLAG, RISC_FLAG, RISC_RA));
231 risc_forcestep(io_base, NOP_INSTR); /* clear hazard */
232 risc_forcestep(io_base, NOP_INSTR);
233 risc_forcestep(io_base, NOP_INSTR);
237 risc_forcestep(io_base, JMP_INSTR(JMP_OP, c>>2)); /* jmp NextCacheLine. */
241 risc_forcestep(io_base, INT_INSTR(ANDN_OP, RISC_FLAG, RISC_FLAG, RISC_RA));
242 risc_forcestep(io_base, NOP_INSTR); /* jump back to PC=0 */
243 risc_forcestep(io_base, JMP_INSTR(JMP_OP, 0));
244 risc_forcestep(io_base, NOP_INSTR);
272 risc_forcestep(io_base, LI_INSTR(LI_OP, RISC_RA, ICACHE_ONOFF_MASK&0xffff));
273 risc_forcestep(io_base, INT_INSTR(ADDIFI_OP, RISC_FLAG, RISC_RA,
397 risc_forcestep(io_base, LI_INSTR(LI_OP,index,data&0xffff));
399 risc_forcestep(io_base, INT_INSTR(ADDIFI_OP,index,index,data>>16) );
402 risc_forcestep(io_base, LI_INSTR(LUI_OP, index, data>>16));
403 risc_forcestep(io_base, INT_INSTR(ADDSL8_OP, index, index, (data>>8)&0xff));
404 risc_forcestep(io_base, INT_INSTR(ADDI_OP, index, index, data&0xff));
409 risc_forcestep(io_base, INT_INSTR(ADD_OP, special, 0, RISC_SP));
411 risc_forcestep(io_base, NOP_INSTR);
412 risc_forcestep(io_base, NOP_INSTR);
413 risc_forcestep(io_base, NOP_INSTR);
431 risc_forcestep(io_base, LD_INSTR(LB_OP, RISC_SP, 0, RISC_RA));
434 risc_forcestep(io_base, LD_INSTR(LH_OP, RISC_SP, 0, RISC_RA));
436 risc_forcestep(io_base, LD_INSTR(LW_OP, RISC_SP, 0, RISC_RA));
438 risc_forcestep(io_base, NOP_INSTR); /* need nop's */
439 risc_forcestep(io_base, NOP_INSTR); /* need nop's */
458 risc_forcestep(io_base, STR_INSTR(SB_OP, 0, RISC_FP, RISC_RA));
461 risc_forcestep(io_base, STR_INSTR(SH_OP, 0, RISC_FP, RISC_RA));
463 risc_forcestep(io_base, STR_INSTR(SW_OP, 0, RISC_FP, RISC_RA));
497 * static void risc_forcestep(unsigned long io_base, vu32 instruction)
502 risc_forcestep(unsigned long io_base, vu32 instruction)