Searched refs:rt1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1257 uint8_t rt3, rt2, rt1, rt0; \ 1261 MIPSDSP_SPLIT32_8(rt, rt3, rt2, rt1, rt0); \ 1265 tempB = ((uint16_t)rs1 - (uint16_t)rt1 + var) >> 1; \ 1461 uint16_t rt3, rt2, rt1, rt0; \ 1465 MIPSDSP_SPLIT64_16(rt, rt3, rt2, rt1, rt0); \ 1474 tempC = (((int16_t)rt1 >> sa) + var) >> var; \ 1578 uint16_t rt3, rt2, rt1, rt0; in helper_precrqu_s_ob_qh() local 1585 MIPSDSP_SPLIT64_16(rt, rt3, rt2, rt1, rt0); in helper_precrqu_s_ob_qh() 1593 temp[1] = mipsdsp_sat8_reduce_precision(rt1, env); in helper_precrqu_s_ob_qh() 1721 uint8_t rt3, rt2, rt1, rt0; \ [all …]
|
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/ |
H A D | test_r5900_mflohi1.c | 12 int32_t rs1 = 32452867, rt1 = 49979687; in main() local 27 "r" (rs1), "r" (rt1)); in main()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 683 struct rtable *rt1, *rt2; in callforward_do_filter() local 690 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter() 694 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 696 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter() 700 dst_release(&rt1->dst); in callforward_do_filter() 706 struct rt6_info *rt1, *rt2; in callforward_do_filter() local 714 if (!nf_ip6_route(net, (struct dst_entry **)&rt1, in callforward_do_filter() 718 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter() 720 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter() 724 dst_release(&rt1->dst); in callforward_do_filter()
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | actions-thumb.c | 162 int rt1 = (insn >> 12) & 0xf; in t32_emulate_ldrdstrd() local 166 register unsigned long rt1v asm("r0") = regs->uregs[rt1]; in t32_emulate_ldrdstrd() 180 regs->uregs[rt1] = rt1v; in t32_emulate_ldrdstrd()
|
/openbmc/linux/net/mctp/ |
H A D | route.c | 742 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() argument 746 return rt1->dev->net == rt2->dev->net && in mctp_rt_compare_exact() 747 rt1->min == rt2->min && in mctp_rt_compare_exact() 748 rt1->max == rt2->max; in mctp_rt_compare_exact()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 2184 int rt1, rt2; 2194 rt1 = rt + 1; 2197 rt1 = rt; 2202 get_vsr_full(data, rt1); 2211 set_vsr_full(rt1, data);
|