Home
last modified time | relevance | path

Searched refs:PeV (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Darch.c245 int PeV = 0; in arch_sf_recip_common() local
300 PeV = 0x00; in arch_sf_recip_common()
306 PeV = 0x80; in arch_sf_recip_common()
311 PeV = 0x40; in arch_sf_recip_common()
330 *adjust = PeV; in arch_sf_recip_common()
338 int PeV = 0; in arch_sf_invsqrt_common() local
360 PeV = 0x00; in arch_sf_invsqrt_common()
365 PeV = 0xe0; in arch_sf_invsqrt_common()
372 *adjust = PeV; in arch_sf_invsqrt_common()
H A Dop_helper.c317 int32_t PeV = 0; in HELPER() local
326 PeV = adjust; in HELPER()
333 return ((uint64_t)RdV << 32) | PeV; in HELPER()
338 int PeV = 0; in HELPER() local
347 PeV = adjust; in HELPER()
354 return ((uint64_t)RdV << 32) | PeV; in HELPER()
378 int32_t PeV = 0; in HELPER() local
385 PeV = deposit32(PeV, i * 2, 1, (xv > sv)); in HELPER()
386 PeV = deposit32(PeV, i * 2 + 1, 1, (xv > sv)); in HELPER()
388 return PeV; in HELPER()
H A Dgen_tcg.h593 gen_helper_vacsh_pred(PeV, tcg_env, RxxV, RssV, RttV); \
618 tcg_gen_extrl_i64_i32(PeV, tmp); \
633 tcg_gen_extrl_i64_i32(PeV, tmp); \
680 tcg_gen_movi_tl(PeV, 0); \
686 tcg_gen_deposit_tl(PeV, PeV, tmp, i, 1); \
/openbmc/qemu/target/hexagon/imported/
H A Dfloat.idef157 PeV = adjust;
189 PeV = adjust;
H A Dalu.idef1271 fSETBIT(i*2, PeV, (xv > sv));
1272 fSETBIT(i*2+1,PeV, (xv > sv));
1282 fSETBIT(i, PeV, (fGETUBYTE(i,RttV) > fGETUBYTE(i,RssV)));