Searched refs:op2 (Results 1 – 3 of 3) 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 238 lfd(op0, op1, op2, op3); in do_mathemu() 245 lfd(op0, op1, op2, op3); in do_mathemu() 253 stfd(op0, op1, op2, op3); in do_mathemu() 260 stfd(op0, op1, op2, op3); in do_mathemu() 266 fmr(op0, op1, op2, op3); in do_mathemu() 364 op2 = (void *)¤t->thread.fpr[(insn >> 11) & 0x1f]; in do_mathemu() 370 op2 = (void *)¤t->thread.fpr[(insn >> 6) & 0x1f]; in do_mathemu() 376 op2 = (void *)¤t->thread.fpr[(insn >> 11) & 0x1f]; in do_mathemu() 430 op2 = (void *)¤t->thread.fpr[(insn >> 16) & 0x1f]; in do_mathemu() [all …]
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_pci.c | 141 #define cfg_read(val, addr, type, op, op2) \ argument 143 #define cfg_write(val, addr, type, op, op2) \ argument 144 op((type *)(addr), (val)); (void) op2((type *)(addr)) 153 #define MACRISC_PCI_OP(rw, size, type, op, op2) \ argument 165 cfg_##rw(val, addr, type, op, op2); \
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | bugfix.S | 196 bne op2sgl |not opclass 0, check op2
|