Home
last modified time | relevance | path

Searched refs:op2 (Results 26 – 50 of 127) sorted by relevance

123456

/openbmc/u-boot/post/lib_powerpc/
H A Drlwnm.c24 ulong op2);
31 ulong op2; member
113 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm()
125 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm()
H A Drlwimi.c24 ulong op2);
32 uchar op2; member
75 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me), in cpu_post_test_rlwimi()
94 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me) | in cpu_post_test_rlwimi()
H A Dthreex.c27 ulong op2);
34 ulong op2; member
177 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
189 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
H A Dthree.c27 ulong op2);
34 ulong op2; member
207 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_three()
219 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_three()
H A Dsrawi.c30 uchar op2; member
72 ASM_11S(test->cmd, reg1, reg0, test->op2), in cpu_post_test_srawi()
89 ASM_11S(test->cmd, reg1, reg0, test->op2) | BIT_C, in cpu_post_test_srawi()
H A Drlwinm.c30 uchar op2; member
70 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me), in cpu_post_test_rlwinm()
87 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, in cpu_post_test_rlwinm()
H A Dcmpi.c33 ushort op2; member
94 ASM_1IC(test->cmd, test->cr, 3, test->op2), in cpu_post_test_cmpi()
H A Dcr.c38 extern void cpu_post_exec_21x (ulong *code, ulong *op1, ulong *op2, ulong op3);
89 ulong op2; member
313 ASM_12F(test->cmd, test->op3, test->op1, test->op2), in cpu_post_test_cr()
H A Dstring.c24 extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2);
25 extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3,
H A Dandi.c30 ushort op2; member
72 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_andi()
H A Dthreei.c32 ushort op2; member
86 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_threei()
/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c48 #define ADD_COUT_VEC(op1, op2, result) \ argument
49 (((op1) & (op2)) | (((op1) | (op2)) & (~(result))))
51 #define SUB_COUT_VEC(op1, op2, result) \ argument
52 (((~(op1)) & (op2)) | (((~(op1)) ^ (op2)) & (result)))
54 #define GET_ADD_OVERFLOW(op1, op2, result, mask) \ argument
55 ((((op1) ^ (result)) & ((op2) ^ (result))) & (mask))
/openbmc/linux/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
95 op2 (RID2,RID1,4), dst ## d; \
115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
116 lookup_32bit(##gi1, RFS1, op1, op2, op3, shr_next, ##gi1); \
117 lookup_32bit(##gi2, RFS3, op1, op2, op3, shr_next, ##gi2); \
119 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \
122 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \
129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
134 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
H A Dpolyval-clmulni_glue.c50 asmlinkage void clmul_polyval_mul(u8 *op1, const u8 *op2);
70 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul() argument
74 clmul_polyval_mul(op1, op2); in internal_polyval_mul()
77 polyval_mul_non4k(op1, op2); in internal_polyval_mul()
H A Dcast5-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
95 op2 (RID2,RID1,4), dst ## d; \
115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
116 lookup_32bit(##gi1, RFS1, op1, op2, op3, shr_next, ##gi1); \
117 lookup_32bit(##gi2, RFS3, op1, op2, op3, shr_next, ##gi2); \
119 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \
122 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \
129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
134 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
/openbmc/linux/tools/perf/arch/x86/util/
H A Dcpuid.h7 cpuid(unsigned int op, unsigned int op2, unsigned int *a, unsigned int *b, in cpuid() argument
29 : "a"(op), "2"(op2)); in cpuid()
/openbmc/linux/arch/arm64/crypto/
H A Dpolyval-ce-glue.c46 asmlinkage void pmull_polyval_mul(u8 *op1, const u8 *op2);
61 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul() argument
65 pmull_polyval_mul(op1, op2); in internal_polyval_mul()
68 polyval_mul_non4k(op1, op2); in internal_polyval_mul()
/openbmc/qemu/target/tricore/
H A Dtranslate.c3486 uint32_t op2; in decode_sr_system() local
3512 uint32_t op2; in decode_sr_accu() local
3788 int32_t op2; in decode_abs_ldw() local
3821 int32_t op2; in decode_abs_ldb() local
3852 int32_t op2; in decode_abs_ldst_swap() local
3877 uint32_t op2; in decode_abs_ldst_context() local
3903 int32_t op2; in decode_abs_store() local
3936 int32_t op2; in decode_abs_storeb_h() local
3963 uint32_t op2; in decode_bit_andacc() local
4004 uint32_t op2; in decode_bit_logical_t() local
[all …]
/openbmc/linux/arch/arm64/tools/
H A Dgen-sysreg.awk158 op2 = $7
164 define("REG_" reg, "S" op0 "_" op1 "_C" crn "_C" crm "_" op2)
165 define("SYS_" reg, "sys_reg(" op0 ", " op1 ", " crn ", " crm ", " op2 ")")
171 define("SYS_" reg "_Op2", op2)
198 op2 = null
/openbmc/qemu/tests/tcg/s390x/
H A Dclm.S9 clm %r0,6,op2
22 op2: label
H A Dicm.S9 icm %r0,10,op2
23 op2: label
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c28 #define FLOATFUNC(x) static inline int x(void *op1, void *op2, void *op3, \
228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
334 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
340 op2 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu()
346 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
400 op2 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
407 op2 = (void *)(long)((insn >> 18) & 0x7); in do_mathemu()
435 eflag = func(op0, op1, op2, op3); in do_mathemu()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm_ops.h29 #define svm_asm2(insn, op1, op2, clobber...) \ argument
33 :: op1, op2 : clobber : fault); \
/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.c138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push() argument
144 *(p++) = op2; in host1x_pushbuffer_push()
592 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push() argument
600 op1, op2); in host1x_cdma_push()
610 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push()
622 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide() argument
632 trace_host1x_cdma_push_wide(dev_name(channel->dev), op1, op2, in host1x_cdma_push_wide()
656 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push_wide()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1223 u2.l = op2; in efsadd()
1233 u2.l = op2; in efssub()
1243 u2.l = op2; in efsmul()
1253 u2.l = op2; in efsdiv()
1293 u2.l = op2; in efscmplt()
1302 u2.l = op2; in efscmpgt()
1311 u2.l = op2; in efscmpeq()
1574 u2.ll = op2; in helper_efdadd()
1584 u2.ll = op2; in helper_efdsub()
1594 u2.ll = op2; in helper_efdmul()
[all …]

123456