Home
last modified time | relevance | path

Searched refs:op2 (Results 1 – 25 of 127) sorted by relevance

123456

/openbmc/qemu/tests/tcg/s390x/
H A Dshift.c15 : [op2] "r" (op2) \
42 : [op2] "r" (op2) \
74 uint64_t op2; member
84 .op2 = 0x62e5508ccb4c99fdull,
92 .op2 = 0x5ffcf7465f5cd71full,
100 .op2 = 0x3ddf2f53347d3030ull,
108 .op2 = 0x18d586fab239cbeeull,
116 .op2 = 0x4d193b85bb5cb39bull,
124 .op2 = 0x0e92953f6aa91c6bull,
132 .op2 = 0x18d586fab239cbeeull,
[all …]
H A Dexrl-trtr.c7 char op2[256]; in main() local
15 op2[i] = 0xbb; in main()
17 op2[i] = 0; in main()
30 [op2] "Q" (op2) in main()
H A Dexrl-trt.c7 char op2[256]; in main() local
15 op2[i] = 0xaa; in main()
17 op2[i] = 0; in main()
30 [op2] "Q" (op2) in main()
H A Dlaalg.c11 unsigned long cc = 0, op1, op2 = 40, op3 = 2; in main() local
18 , [op2] "+T" (op2) in main()
24 assert(op2 == 42); in main()
H A Dcsst.c13 uint64_t op2 = 0; in main() local
23 [op2] "+m" (op2), in main()
38 if (op2 != parmlist[2]) { in main()
H A Dipm.c7 uint32_t op2 = 0x44444444; in main() local
15 [op2] "r" (&op2) in main()
/openbmc/qemu/target/cris/
H A Dtranslate.c1253 cpu_R[dc->op2], cpu_R[dc->op2], c, 4); in dec_addq()
1277 cpu_R[dc->op2], cpu_R[dc->op2], c, 4); in dec_subq()
1292 cpu_R[dc->op2], cpu_R[dc->op2], c, 4); in dec_cmpq()
1307 cpu_R[dc->op2], cpu_R[dc->op2], c, 4); in dec_andq()
1321 cpu_R[dc->op2], cpu_R[dc->op2], c, 4); in dec_orq()
1336 cpu_R[dc->op2], cpu_R[dc->op2], cpu_R[dc->op2], 4); in dec_btstq()
1350 cpu_R[dc->op2], cpu_R[dc->op2], 4); in dec_asrq()
1364 cpu_R[dc->op2], cpu_R[dc->op2], 4); in dec_lslq()
1377 cpu_R[dc->op2], cpu_R[dc->op2], 4); in dec_lsrq()
1598 cpu_R[dc->op2], cpu_R[dc->op2], cpu_R[dc->op2], 4); in dec_abs_r()
[all …]
/openbmc/qemu/target/alpha/
H A Dint_helper.c99 opb = op2 >> (i * 8); in helper_minub8()
115 opb = op2 >> (i * 8); in helper_minsb8()
130 opb = op2 >> (i * 16); in helper_minuw4()
146 opb = op2 >> (i * 16); in helper_minsw4()
161 opb = op2 >> (i * 8); in helper_maxub8()
177 opb = op2 >> (i * 8); in helper_maxsb8()
192 opb = op2 >> (i * 16); in helper_maxuw4()
208 opb = op2 >> (i * 16); in helper_maxsw4()
215 uint64_t helper_perr(uint64_t op1, uint64_t op2) in helper_perr() argument
223 opb = op2 >> (i * 8); in helper_perr()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16() argument
15 return (u16) (((u32) op1 * (u32) op2) >> 16); in qm_mulu16()
26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() argument
32 result = ((s32) (op1) * (s32) (op2)); in qm_muls16()
42 s32 qm_add32(s32 op1, s32 op2) in qm_add32() argument
45 result = op1 + op2; in qm_add32()
46 if (op1 < 0 && op2 < 0 && result > 0) in qm_add32()
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() argument
62 s32 temp = (s32) op1 + (s32) op2; in qm_add16()
78 s16 qm_sub16(s16 op1, s16 op2) in qm_sub16() argument
[all …]
H A Dphy_qmath.h11 u16 qm_mulu16(u16 op1, u16 op2);
13 s16 qm_muls16(s16 op1, s16 op2);
15 s32 qm_add32(s32 op1, s32 op2);
17 s16 qm_add16(s16 op1, s16 op2);
19 s16 qm_sub16(s16 op1, s16 op2);
/openbmc/linux/arch/arc/include/asm/
H A Datomic64-arcv2.h49 #define ATOMIC64_OP(op, op1, op2) \ argument
58 " " #op2 " %H0, %H0, %H2 \n" \
75 " " #op2 " %H0, %H0, %H2 \n" \
97 " " #op2 " %H1, %H0, %H3 \n" \
115 #define ATOMIC64_OPS(op, op1, op2) \ argument
116 ATOMIC64_OP(op, op1, op2) \
117 ATOMIC64_OP_RETURN(op, op1, op2) \
118 ATOMIC64_FETCH_OP(op, op1, op2)
124 #define ATOMIC64_OPS(op, op1, op2) \ argument
125 ATOMIC64_OP(op, op1, op2) \
[all …]
/openbmc/qemu/target/ppc/translate/
H A Dfp-ops.c.inc1 #define _GEN_FLOAT_ACB(name, op, op1, op2, isfloat, set_fprf, type) \
2 GEN_HANDLER(f##name, op1, op2, 0xFF, 0x00000000, type)
3 #define GEN_FLOAT_ACB(name, op2, set_fprf, type) \
4 _GEN_FLOAT_ACB(name, name, 0x3F, op2, 0, set_fprf, type), \
5 _GEN_FLOAT_ACB(name##s, name, 0x3B, op2, 1, set_fprf, type)
7 GEN_HANDLER(f##name, op1, op2, 0xFF, inval, type)
10 _GEN_FLOAT_AB(name##s, name, 0x3B, op2, inval, 1, set_fprf, type)
12 GEN_HANDLER(f##name, op1, op2, 0xFF, inval, type)
15 _GEN_FLOAT_AC(name##s, name, 0x3B, op2, inval, 1, set_fprf, type)
17 GEN_HANDLER(f##name, 0x3F, op2, op3, 0x001F0000, type)
[all …]
/openbmc/qemu/target/arm/hvf/
H A Dtrace-events1 …32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg read at pc=0x%"PRIx64": 0x%08x (op0=%d op1…
2 …32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg write at pc=0x%"PRIx64": 0x%08x (op0=%d op…
6 …p1, uint32_t crn, uint32_t crm, uint32_t op2, uint64_t val) "sysreg read 0x%08x (op0=%d op1=%d crn…
7 …1, uint32_t crn, uint32_t crm, uint32_t op2, uint64_t val) "sysreg write 0x%08x (op0=%d op1=%d crn…
/openbmc/linux/include/trace/events/
H A Dhost1x.h50 TP_PROTO(const char *name, u32 op1, u32 op2),
52 TP_ARGS(name, op1, op2),
57 __field(u32, op2)
63 __entry->op2 = op2;
67 __entry->name, __entry->op1, __entry->op2)
71 TP_PROTO(const char *name, u32 op1, u32 op2, u32 op3, u32 op4),
73 TP_ARGS(name, op1, op2, op3, op4),
78 __field(u32, op2)
86 __entry->op2 = op2;
92 __entry->name, __entry->op1, __entry->op2, __entry->op3,
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c155 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local
183 op2 = ins.opcode.bytes[1]; in arch_decode_instruction()
510 if (op2 == 0x01) { in arch_decode_instruction()
517 } else if (op2 >= 0x80 && op2 <= 0x8f) { in arch_decode_instruction()
521 } else if (op2 == 0x05 || op2 == 0x07 || op2 == 0x34 || in arch_decode_instruction()
522 op2 == 0x35) { in arch_decode_instruction()
527 } else if (op2 == 0x0b || op2 == 0xb9) { in arch_decode_instruction()
532 } else if (op2 == 0x0d || op2 == 0x1f) { in arch_decode_instruction()
537 } else if (op2 == 0x1e) { in arch_decode_instruction()
551 } else if (op2 == 0xa0 || op2 == 0xa8) { in arch_decode_instruction()
[all …]
/openbmc/linux/arch/arm/include/asm/
H A Datomic.h311 #define ATOMIC64_OP(op, op1, op2) \ argument
321 " " #op2 " %R0, %R0, %R4\n" \
342 " " #op2 " %R0, %R0, %R4\n" \
365 " " #op2 " %R1, %R0, %R5\n" \
376 #define ATOMIC64_OPS(op, op1, op2) \ argument
377 ATOMIC64_OP(op, op1, op2) \
378 ATOMIC64_OP_RETURN(op, op1, op2) \
379 ATOMIC64_FETCH_OP(op, op1, op2)
390 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() argument
391 ATOMIC64_OP(op, op1, op2) \ in ATOMIC64_OPS()
[all …]
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_util.h31 const Byte **op2, in dfltcc() argument
38 const Byte *t4 = op2 ? *op2 : NULL; in dfltcc()
66 if (op2) in dfltcc()
67 *op2 = t4; in dfltcc()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h344 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
347 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument
348 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument
356 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument
357 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c144 struct kprobe *op1, *op2; in prepare_singlestep() local
149 op2 = this_cpu_ptr(&saved_next_opcode2); in prepare_singlestep()
173 op2->addr = in prepare_singlestep()
175 op2->opcode = *(op2->addr); in prepare_singlestep()
176 arch_arm_kprobe(op2); in prepare_singlestep()
183 op2->addr = in prepare_singlestep()
185 op2->opcode = *(op2->addr); in prepare_singlestep()
186 arch_arm_kprobe(op2); in prepare_singlestep()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c58 u8 op2) in x86emuOp2_illegal_op() argument
64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op()
145 void x86emuOp2_long_jump(u8 op2) in x86emuOp2_long_jump() argument
167 void x86emuOp2_set_byte(u8 op2) in x86emuOp2_set_byte() argument
176 switch (op2) { in x86emuOp2_set_byte()
263 void x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_FS() argument
277 void x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_FS() argument
291 void x86emuOp2_bt_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bt_R() argument
515 void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bts_R() argument
1277 void x86emuOp2_bsf(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bsf() argument
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Duprobes.c60 u32 op2 = (insn >> 22) & 0x7; in arch_uprobe_copy_ixol() local
63 (op2 == 1 || op2 == 2 || op2 == 3 || op2 == 5 || op2 == 6) && in arch_uprobe_copy_ixol()
/openbmc/u-boot/post/lib_powerpc/
H A Dcmp.c27 extern void cpu_post_exec_12 (ulong *code, ulong *res, ulong op1, ulong op2);
33 ulong op2; member
100 cpu_post_exec_12 (code, & res, test->op1, test->op2); in cpu_post_test_cmp()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dtest_encl.c93 struct encl_op_put_to_buf *op2 = op; in do_encl_op_put_to_buf() local
95 memcpy(&encl_buffer[0], &op2->value, 8); in do_encl_op_put_to_buf()
100 struct encl_op_get_from_buf *op2 = op; in do_encl_op_get_from_buf() local
102 memcpy(&op2->value, &encl_buffer[0], 8); in do_encl_op_get_from_buf()
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c966 return -float16_eq_quiet(op1, op2, stat); in float16_ceq()
971 return -float32_eq_quiet(op1, op2, stat); in float32_ceq()
976 return -float16_le(op2, op1, stat); in float16_cge()
981 return -float32_le(op2, op1, stat); in float32_cge()
986 return -float16_lt(op2, op1, stat); in float16_cgt()
991 return -float32_lt(op2, op1, stat); in float32_cgt()
1099 result = float16_set_sign(result, op2 & 1);
1139 op2 = float16_squash_input_denormal(op2, stat); in float16_recps_nf()
1151 op2 = float32_squash_input_denormal(op2, stat); in float32_recps_nf()
1164 op2 = float16_squash_input_denormal(op2, stat); in float16_rsqrts_nf()
[all …]
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c517 HexValue *op2) in gen_bin_cmp() argument
520 HexValue op2_m = *op2; in gen_bin_cmp()
627 HexValue op2_m = *op2; in gen_asl_op()
679 HexValue op2_m = *op2; in gen_asr_op()
734 HexValue op2_m = *op2; in gen_lsr_op()
806 HexValue op2_m = *op2; in gen_minmax_op()
845 HexValue *op2) in gen_bin_op() argument
849 HexValue op2_m = *op2; in gen_bin_op()
1636 HexValue *op2) in gen_addsat64() argument
1883 *op2 = gen_cast_op(c, locp, op2, 64, mpy->second_signedness); in gen_rvalue_mpy()
[all …]

123456