Searched refs:op0 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | math.c | 217 void *op0 = 0, *op1 = 0, *op2 = 0, *op3 = 0; in do_mathemu() local 236 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 238 lfd(op0, op1, op2, op3); in do_mathemu() 243 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 245 lfd(op0, op1, op2, op3); in do_mathemu() 251 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 253 stfd(op0, op1, op2, op3); in do_mathemu() 258 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 260 stfd(op0, op1, op2, op3); in do_mathemu() 264 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() [all …]
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | bugfix.S | 188 | op0. Else, or if opclass2, check for cu dest equal to 204 beqs op0 |if equal, continue bugfix 211 beqs op0 |if equal, continue bugfix 225 op0: label
|