Home
last modified time | relevance | path

Searched refs:org_s (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/cris/
H A Dtranslate.c378 TCGv t, org_s; in t_gen_swapb() local
381 org_s = tcg_temp_new(); in t_gen_swapb()
384 tcg_gen_mov_tl(org_s, s); in t_gen_swapb()
385 tcg_gen_shli_tl(t, org_s, 8); in t_gen_swapb()
387 tcg_gen_shri_tl(t, org_s, 8); in t_gen_swapb()
432 TCGv t, org_s; in t_gen_swapr() local
436 org_s = tcg_temp_new(); in t_gen_swapr()
437 tcg_gen_mov_tl(org_s, s); in t_gen_swapr()
439 tcg_gen_shli_tl(t, org_s, bitrev[0].shift); in t_gen_swapr()
443 tcg_gen_shli_tl(t, org_s, bitrev[i].shift); in t_gen_swapr()
[all …]
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c1452 struct usb_string *org_s; in copy_gadget_strings() local
1459 org_s = sp[n_gs]->strings; in copy_gadget_strings()
1464 if (org_s->s) in copy_gadget_strings()
1465 s->s = org_s->s; in copy_gadget_strings()
1468 org_s++; in copy_gadget_strings()