Searched refs:op0 (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/math-emu/ |
D | math.c | 216 void *op0 = 0, *op1 = 0, *op2 = 0, *op3 = 0; in do_mathemu() local 235 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 237 lfd(op0, op1, op2, op3); in do_mathemu() 242 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 244 lfd(op0, op1, op2, op3); in do_mathemu() 250 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 252 stfd(op0, op1, op2, op3); in do_mathemu() 257 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 259 stfd(op0, op1, op2, op3); in do_mathemu() 263 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() [all …]
|
/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 116 #define F_head(a, x, gi1, gi2, op0) \ argument 117 op0 a, RKM, x; \ 139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 140 F_head(b1, RX, RGI1, RGI2, op0); \ 141 F_head(b2, RX, RGI3, RGI4, op0); \
|
D | cast5-avx-x86_64-asm_64.S | 116 #define F_head(a, x, gi1, gi2, op0) \ argument 117 op0 a, RKM, x; \ 139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 140 F_head(b1, RX, RGI1, RGI2, op0); \ 141 F_head(b2, RX, RGI3, RGI4, op0); \
|
/arch/m68k/fpsp040/ |
D | bugfix.S | 187 | op0. Else, or if opclass2, check for cu dest equal to 203 beqs op0 |if equal, continue bugfix 210 beqs op0 |if equal, continue bugfix 224 op0: label
|
/arch/powerpc/include/asm/ |
D | mpc52xx_psc.h | 202 u8 op0; /* PSC + 0x3c */ member
|
/arch/xtensa/kernel/ |
D | align.S | 212 extui a5, a4, INSN_OP0, 4 # get insn.op0 nibble
|