Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 84) sorted by relevance

1234

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c58 u8 op2) in x86emuOp2_illegal_op()
145 void x86emuOp2_long_jump(u8 op2) in x86emuOp2_long_jump()
167 void x86emuOp2_set_byte(u8 op2) in x86emuOp2_set_byte()
263 void x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_FS()
277 void x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_FS()
291 void x86emuOp2_bt_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bt_R()
501 void x86emuOp2_pop_GS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_GS()
515 void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bts_R()
841 void x86emuOp2_btr_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_btr_R()
1277 void x86emuOp2_bsf(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bsf()
[all …]
/openbmc/qemu/target/alpha/
H A Dint_helper.c91 uint64_t helper_minub8(uint64_t op1, uint64_t op2) in helper_minub8()
106 uint64_t helper_minsb8(uint64_t op1, uint64_t op2) in helper_minsb8()
122 uint64_t helper_minuw4(uint64_t op1, uint64_t op2) in helper_minuw4()
137 uint64_t helper_minsw4(uint64_t op1, uint64_t op2) in helper_minsw4()
153 uint64_t helper_maxub8(uint64_t op1, uint64_t op2) in helper_maxub8()
168 uint64_t helper_maxsb8(uint64_t op1, uint64_t op2) in helper_maxsb8()
184 uint64_t helper_maxuw4(uint64_t op1, uint64_t op2) in helper_maxuw4()
199 uint64_t helper_maxsw4(uint64_t op1, uint64_t op2) in helper_maxsw4()
215 uint64_t helper_perr(uint64_t op1, uint64_t op2) in helper_perr()
260 void helper_check_overflow(CPUAlphaState *env, uint64_t op1, uint64_t op2) in helper_check_overflow()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16()
26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16()
42 s32 qm_add32(s32 op1, s32 op2) in qm_add32()
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16()
78 s16 qm_sub16(s16 op1, s16 op2) in qm_sub16()
/openbmc/linux/arch/arc/include/asm/
H A Datomic64-arcv2.h49 #define ATOMIC64_OP(op, op1, op2) \ argument
66 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
88 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument
115 #define ATOMIC64_OPS(op, op1, op2) \ argument
124 #define ATOMIC64_OPS(op, op1, op2) \ argument
/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/arm/include/asm/
H A Datomic.h311 #define ATOMIC64_OP(op, op1, op2) \ argument
330 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
353 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument
376 #define ATOMIC64_OPS(op, op1, op2) \ argument
390 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() argument
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c964 static uint16_t float16_ceq(float16 op1, float16 op2, float_status *stat) in float16_ceq()
969 static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) in float32_ceq()
1122 static float16 float16_abd(float16 op1, float16 op2, float_status *stat) in float16_abd()
1127 static float32 float32_abd(float32 op1, float32 op2, float_status *stat) in float32_abd()
1270 static float32 float32_muladd_nf(float32 dest, float32 op1, float32 op2, in float32_muladd_nf()
1276 static float16 float16_mulsub_nf(float16 dest, float16 op1, float16 op2, in float16_mulsub_nf()
1282 static float32 float32_mulsub_nf(float32 dest, float32 op1, float32 op2, in float32_mulsub_nf()
1289 static float16 float16_muladd_f(float16 dest, float16 op1, float16 op2, in float16_muladd_f()
1295 static float32 float32_muladd_f(float32 dest, float32 op1, float32 op2, in float32_muladd_f()
1301 static float16 float16_mulsub_f(float16 dest, float16 op1, float16 op2, in float16_mulsub_f()
[all …]
/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
100 struct encl_op_get_from_buf *op2 = op; in do_encl_op_get_from_buf() local
/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()
592 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push()
622 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide()
/openbmc/qemu/tests/tcg/s390x/
H A Dipm.c7 uint32_t op2 = 0x44444444; in main() local
H A Dexrl-trtr.c7 char op2[256]; in main() local
H A Dexrl-trt.c7 char op2[256]; in main() local
H A Dlaalg.c11 unsigned long cc = 0, op1, op2 = 40, op3 = 2; in main() local
H A Dcsst.c13 uint64_t op2 = 0; in main() local
H A Dclm.S22 op2: label
H A Dicm.S23 op2: label
/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()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1218 static inline uint32_t efsadd(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsadd()
1569 uint64_t helper_efdadd(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdadd()
1579 uint64_t helper_efdsub(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdsub()
1589 uint64_t helper_efdmul(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdmul()
1599 uint64_t helper_efddiv(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efddiv()
1610 uint32_t helper_efdtstlt(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdtstlt()
1619 uint32_t helper_efdtstgt(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdtstgt()
1628 uint32_t helper_efdtsteq(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdtsteq()
1637 uint32_t helper_efdcmplt(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdcmplt()
1643 uint32_t helper_efdcmpgt(CPUPPCState *env, uint64_t op1, uint64_t op2) in helper_efdcmpgt()
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
H A Dcast6-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c517 HexValue *op2) in gen_bin_cmp()
562 HexValue *op2, in gen_simple_op()
595 HexValue *op2) in gen_sub_op()
624 HexValue *op1, HexValue *op2) in gen_asl_op()
676 HexValue *op1, HexValue *op2) in gen_asr_op()
731 HexValue *op1, HexValue *op2) in gen_lsr_op()
777 HexValue *op2) in gen_andl_op()
845 HexValue *op2) in gen_bin_op()
1612 HexValue *op2, in gen_carry_from_add()
1636 HexValue *op2) in gen_addsat64()
[all …]
/openbmc/u-boot/post/lib_powerpc/
H A Dcmp.c33 ulong op2; member
H A Dcmpi.c33 ushort op2; member
H A Dandi.c30 ushort op2; member
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm_ops.h29 #define svm_asm2(insn, op1, op2, clobber...) \ argument

1234