Lines Matching refs:r6

62 	l.lwz   r6,PT_GPR6(r1)					;\
100 l.sw PT_GPR6(r1),r6 ;\
138 l.sw PT_GPR6(r1),r6 ;\
223 l.lwz r6,PT_PC(r3) // address of an offending insn
224 l.lwz r6,0(r6) // instruction that caused pf
226 l.srli r6,r6,26 // check opcode for jump insn
227 l.sfeqi r6,0 // l.j
229 l.sfeqi r6,1 // l.jal
231 l.sfeqi r6,3 // l.bnf
233 l.sfeqi r6,4 // l.bf
235 l.sfeqi r6,0x11 // l.jr
237 l.sfeqi r6,0x12 // l.jalr
246 l.lwz r6,PT_PC(r3) // address of an offending insn
247 l.addi r6,r6,4
248 l.lwz r6,0(r6) // instruction that caused pf
249 l.srli r6,r6,26 // get opcode
254 l.mfspr r6,r0,SPR_SR // SR
256 l.andi r6,r6,SPR_SR_DSX // check for delay slot exception
257 l.sfeqi r6,0x1 // exception happened in delay slot
259 l.lwz r6,PT_PC(r3) // address of an offending insn
261 l.addi r6,r6,4 // offending insn is in delay slot
263 l.lwz r6,0(r6) // instruction that caused pf
264 l.srli r6,r6,26 // check opcode for write access
267 l.sfgeui r6,0x34 // check opcode for write access
269 l.sfleui r6,0x37
271 l.ori r6,r0,0x1 // write access
274 1: l.ori r6,r0,0x0 // !write access
295 l.ori r6,r0,0x0 // !write access
395 l.lbz r6,1(r2)
396 l.or r5,r5,r6
405 l.lbz r6,1(r2)
406 l.or r5,r5,r6
415 l.lbz r6,1(r2)
416 l.slli r6,r6,16
417 l.or r5,r5,r6
418 l.lbz r6,2(r2)
419 l.slli r6,r6,8
420 l.or r5,r5,r6
421 l.lbz r6,3(r2)
422 l.or r5,r5,r6
431 l.lbz r6,1(r2)
432 l.slli r6,r6,16
433 l.or r5,r5,r6
434 l.lbz r6,2(r2)
435 l.slli r6,r6,8
436 l.or r5,r5,r6
437 l.lbz r6,3(r2)
438 l.or r5,r5,r6
563 l.sw PT_GPR6(r1),r6
702 l.lwz r6,PT_GPR6(r1)
748 l.lwz r6,PT_GPR6(r1)
890 l.lwz r6,PT_GPR6(r1)