Home
last modified time | relevance | path

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

12

/qemu/target/alpha/
H A Dint_helper.c90 uint64_t helper_minub8(uint64_t op1, uint64_t op2) in helper_minub8()
105 uint64_t helper_minsb8(uint64_t op1, uint64_t op2) in helper_minsb8()
121 uint64_t helper_minuw4(uint64_t op1, uint64_t op2) in helper_minuw4()
136 uint64_t helper_minsw4(uint64_t op1, uint64_t op2) in helper_minsw4()
152 uint64_t helper_maxub8(uint64_t op1, uint64_t op2) in helper_maxub8()
167 uint64_t helper_maxsb8(uint64_t op1, uint64_t op2) in helper_maxsb8()
183 uint64_t helper_maxuw4(uint64_t op1, uint64_t op2) in helper_maxuw4()
198 uint64_t helper_maxsw4(uint64_t op1, uint64_t op2) in helper_maxsw4()
214 uint64_t helper_perr(uint64_t op1, uint64_t op2) in helper_perr()
259 void helper_check_overflow(CPUAlphaState *env, uint64_t op1, uint64_t op2) in helper_check_overflow()
/qemu/tests/tcg/s390x/
H A Dipm.c7 uint32_t op2 = 0x44444444; 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 Dexrl-trtr.c7 char op2[256]; 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
H A Dshift.c74 uint64_t op2; member
/qemu/target/arm/tcg/
H A Dvec_helper.c1133 static uint16_t float16_ceq(float16 op1, float16 op2, float_status *stat) in float16_ceq()
1138 static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) in float32_ceq()
1143 static uint64_t float64_ceq(float64 op1, float64 op2, float_status *stat) in float64_ceq()
1148 static uint16_t float16_cge(float16 op1, float16 op2, float_status *stat) in float16_cge()
1153 static uint32_t float32_cge(float32 op1, float32 op2, float_status *stat) in float32_cge()
1158 static uint64_t float64_cge(float64 op1, float64 op2, float_status *stat) in float64_cge()
1163 static uint16_t float16_cgt(float16 op1, float16 op2, float_status *stat) in float16_cgt()
1168 static uint32_t float32_cgt(float32 op1, float32 op2, float_status *stat) in float32_cgt()
1173 static uint64_t float64_cgt(float64 op1, float64 op2, float_status *stat) in float64_cgt()
1178 static uint16_t float16_acge(float16 op1, float16 op2, float_status *stat) in float16_acge()
[all …]
H A Dsve_helper.c4414 static float16 ah_abd_h(float16 op1, float16 op2, float_status *stat) in ah_abd_h()
4420 static float32 ah_abd_s(float32 op1, float32 op2, float_status *stat) in ah_abd_s()
4426 static float64 ah_abd_d(float64 op1, float64 op2, float_status *stat) in ah_abd_d()
/qemu/target/tricore/
H A Dtranslate.c3480 uint32_t op2; in decode_sr_system() local
3506 uint32_t op2; in decode_sr_accu() local
3782 int32_t op2; in decode_abs_ldw() local
3815 int32_t op2; in decode_abs_ldb() local
3846 int32_t op2; in decode_abs_ldst_swap() local
3871 uint32_t op2; in decode_abs_ldst_context() local
3897 int32_t op2; in decode_abs_store() local
3930 int32_t op2; in decode_abs_storeb_h() local
3957 uint32_t op2; in decode_bit_andacc() local
3998 uint32_t op2; in decode_bit_logical_t() local
[all …]
/qemu/target/ppc/
H A Dfpu_helper.c1119 static inline uint32_t efsadd(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsadd()
1129 static inline uint32_t efssub(CPUPPCState *env, uint32_t op1, uint32_t op2) in efssub()
1139 static inline uint32_t efsmul(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsmul()
1149 static inline uint32_t efsdiv(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsdiv()
1189 static inline uint32_t efscmplt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmplt()
1198 static inline uint32_t efscmpgt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmpgt()
1207 static inline uint32_t efscmpeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmpeq()
1216 static inline uint32_t efststlt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststlt()
1222 static inline uint32_t efststgt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststgt()
1228 static inline uint32_t efststeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststeq()
[all …]
H A Dtranslate.c1529 #define GEN_OPCODE(name, op1, op2, op3, invl, _typ, _typ2) \ argument
1543 #define GEN_OPCODE_DUAL(name, op1, op2, op3, invl1, invl2, _typ, _typ2) \ argument
1558 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \ argument
1572 #define GEN_OPCODE3(name, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1586 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
/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()
802 HexValue *op1, HexValue *op2, bool minmax) in gen_minmax_op()
845 HexValue *op2) in gen_bin_op()
1610 HexValue *op2, in gen_carry_from_add()
[all …]
/qemu/tcg/
H A Doptimize.c819 TCGOp *op2 = opt_insert_before(ctx, op, INDEX_op_and, 3); in do_constant_folding_cond1() local
913 TCGOp *op2 = opt_insert_before(ctx, op, INDEX_op_and, 3); in do_constant_folding_cond2() local
1284 TCGOp *op2 = opt_insert_before(ctx, op, INDEX_op_add, 3); in fold_addci() local
2134 TCGOp *op2; in fold_multiply2() local
2411 TCGOp *op2; in fold_setcond_tst_pow2() local
2789 TCGOp *op2 = opt_insert_before(ctx, op, INDEX_op_sub, 3); in fold_subbi() local
/qemu/linux-headers/asm-arm64/
H A Dkvm.h247 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
527 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
/qemu/target/mips/tcg/
H A Dtranslate.c4689 static void gen_bshfl(DisasContext *ctx, uint32_t op2, int rt, int rd) in gen_bshfl()
11367 static void gen_mipsdsp_arith(DisasContext *ctx, uint32_t op1, uint32_t op2, in gen_mipsdsp_arith()
11811 uint32_t op2; in gen_mipsdsp_shift() local
12047 static void gen_mipsdsp_multiply(DisasContext *ctx, uint32_t op1, uint32_t op2, in gen_mipsdsp_multiply()
12349 static void gen_mipsdsp_bitinsn(DisasContext *ctx, uint32_t op1, uint32_t op2, in gen_mipsdsp_bitinsn()
12486 uint32_t op1, uint32_t op2, in gen_mipsdsp_add_cmp_pick()
12754 static void gen_mipsdsp_accinsn(DisasContext *ctx, uint32_t op1, uint32_t op2, in gen_mipsdsp_accinsn()
12975 uint32_t op1, op2; in decode_opc_special_r6() local
13455 uint32_t op1, op2; in decode_opc_special3_r6() local
13568 uint32_t op1, op2; in decode_opc_special3_legacy() local
[all …]
/qemu/hw/intc/
H A Darm_gicv3_kvm.c51 #define KVM_DEV_ARM_VGIC_SYSREG(op0, op1, crn, crm, op2) \ argument
/qemu/linux-headers/asm-arm/
H A Dkvm.h166 #define __ARM_CP15_REG(op1,crn,crm,op2) \ argument
/qemu/tests/tcg/i386/
H A Dtest-i386.c1213 uint64_t op0, op1, op2; in test_xchg() local
1274 #define TEST_ARPL(op, size, op1, op2)\ argument
/qemu/target/arm/hvf/
H A Dhvf.c154 #define HVF_SYSREG(crn, crm, op0, op1, op2) \ argument
173 #define SYSREG(op0, op1, crn, crm, op2) \ argument
/qemu/target/arm/
H A Dsyndrome.h162 static inline uint32_t syn_aa64_sysregtrap(int op0, int op1, int op2, in syn_aa64_sysregtrap()
H A Dcpregs.h184 #define ENCODE_AA64_CP_REG(cp, crn, crm, op0, op1, op2) \ argument
/qemu/target/i386/tcg/
H A Ddecode-new.h288 X86OpType op2:8; member

12