Home
last modified time | relevance | path

Searched defs:r3 (Results 1 – 25 of 32) sorted by relevance

12

/qemu/tests/tcg/hexagon/
A Dtest_packet.S15 r3 = #6 define
21 r3 = memw(sp+#0) define
A Dtest_fibonacci.S14 r3 = #0 define
24 r3 = r5 define
A Dtest_abs.S12 r3 = abs(r1) define
A Dtest_mpyi.S12 r3 = mpyi(r1, r2) define
A Dtest_vavgw.S17 r3 = #3 define
A Dtest_vcmpb.S19 r3 = #0x12345678 define
A Dtest_vcmpw.S19 r3 = #0x12345678 define
A Dtest_vspliceb.S17 r3 = #0 define
A Dtest_vmaxh.S21 r3 = #196610 define
A Dtest_vminh.S21 r3 = #196610 define
A Dtest_dotnew.S32 r3 = mpyi(r1, r2) define
/qemu/target/tricore/
A Dtranslate.c528 TCGv r3) in gen_madd64_d()
3961 int r1, r2, r3; in decode_bit_andacc() local
4002 int r1, r2, r3; in decode_bit_logical_t() local
4036 int r1, r2, r3; in decode_bit_insert() local
4059 int r1, r2, r3; in decode_bit_logical_t2() local
4095 int r1, r2, r3; in decode_bit_orand() local
4135 int r1, r2, r3; in decode_bit_sh_logic1() local
4175 int r1, r2, r3; in decode_bit_sh_logic2() local
5329 int r1, r3, r4; in decode_rcrw_insert() local
5371 int r1, r3, r4; in decode_rcr_cond_select() local
[all …]
A Dop_helper.c671 target_ulong r2, target_ulong r3) in helper_madd32_ssov()
695 uint64_t r2, target_ulong r3) in helper_madd64_ssov()
769 uint32_t r3, uint32_t n) in helper_madd64_q_ssov()
820 uint32_t r3, uint32_t n) in helper_maddr_q_ssov()
853 uint64_t r2, target_ulong r3) in helper_madd64_suov()
917 uint64_t r2, target_ulong r3) in helper_msub64_ssov()
949 uint64_t r2, target_ulong r3) in helper_msub64_suov()
1017 uint32_t r3, uint32_t n) in helper_msub64_q_ssov()
1069 uint32_t r3, uint32_t n) in helper_msubr_q_ssov()
1273 uint32_t r3, uint32_t n) in helper_maddr_q()
[all …]
A Dfpu_helper.c281 uint32_t r2, uint32_t r3) in helper_fmadd()
307 uint32_t r2, uint32_t r3) in helper_fmsub()
/qemu/target/s390x/
A Ddiag.c28 int handle_diag_288(CPUS390XState *env, uint64_t r1, uint64_t r3) in handle_diag_288()
76 void handle_diag_308(CPUS390XState *env, uint64_t r1, uint64_t r3, uintptr_t ra) in handle_diag_308()
A Dsigp.c451 int handle_sigp(CPUS390XState *env, uint8_t order, uint64_t r1, uint64_t r3) in handle_sigp()
/qemu/tcg/
A Dtci.c156 TCGReg *r2, TCGReg *r3, TCGReg *r4) in tci_args_rrrrr()
166 TCGReg *r0, TCGReg *r1, TCGReg *r2, TCGReg *r3) in tci_args_rrrr()
175 TCGReg *r2, TCGReg *r3, TCGReg *r4, TCGCond *c5) in tci_args_rrrrrc()
186 TCGReg *r2, TCGReg *r3, TCGReg *r4, TCGReg *r5) in tci_args_rrrrrr()
375 TCGReg r0, r1, r2, r3, r4, r5; in tcg_qemu_tb_exec() local
1074 TCGReg r0, r1, r2, r3, r4, r5; in print_insn_tci() local
/qemu/tests/tcg/s390x/
A Dvstl.c10 static inline void vstl(S390Vector *v1, void *db2, size_t r3) in vstl()
/qemu/target/s390x/tcg/
A Dtranslate.c1567 int r3 = get_field(s, r3); in op_bx32() local
1591 int r3 = get_field(s, r3); in op_bx64() local
1958 int r3 = get_field(s, r3); in op_clcle() local
1977 int r3 = get_field(s, r3); in op_clclu() local
2073 int r3 = get_field(s, r3); in op_csst() local
2945 int r3 = get_field(s, r3); in op_lm32() local
2985 int r3 = get_field(s, r3); in op_lmh() local
3025 int r3 = get_field(s, r3); in op_lm64() local
3231 int r3 = get_field(s, r3); in op_mvcle() local
3250 int r3 = get_field(s, r3); in op_mvclu() local
[all …]
/qemu/hw/ppc/
A Dppce500_spin.c44 uint64_t r3; member
A Dspapr_cpu_core.c87 target_ulong r1, target_ulong r3, in spapr_cpu_set_entry_state()
/qemu/linux-user/alpha/
A Dtarget_syscall.h11 abi_ulong r3; member
/qemu/linux-user/microblaze/
A Dtarget_syscall.h14 microblaze_reg_t r3; member
/qemu/target/s390x/kvm/
A Dkvm.c1352 uint8_t r3 = run->s390_sieic.ipa & 0x000f; in kvm_sic_service_call() local
1382 uint8_t r3 = run->s390_sieic.ipa & 0x000f; in kvm_pcistb_service_call() local
1510 uint64_t r1, r3; in kvm_handle_diag_288() local
1523 uint64_t r1, r3; in kvm_handle_diag_308() local
1622 const uint8_t r3 = ipa1 & 0x0f; in kvm_s390_handle_sigp() local
/qemu/target/i386/
A Dops_sse.h400 uint16_t r0, r1, r2, r3; in glue() local
407 uint32_t r0, r1, r2, r3; in glue() local
431 uint32_t r0, r1, r2, r3; in glue() local
441 uint16_t r0, r1, r2, r3; in glue() local
452 uint16_t r0, r1, r2, r3; in glue() local
2232 uint32_t r0, r1, r2, r3; in glue() local
2264 uint32_t r0, r1, r2, r3; in glue() local
2428 uint64_t r0, r1, r2, r3; in helper_vpermdq_ymm() local
2486 uint64_t r0, r1, r2, r3; in helper_vpermq_ymm() local

Completed in 81 milliseconds

12