Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dmulti_result.c26 static int32_t sfrecipa(int32_t Rs, int32_t Rt, bool *pred_result) in sfrecipa() argument
36 *pred_result = predval; in sfrecipa()
40 static int32_t sfinvsqrta(int32_t Rs, int32_t *pred_result) in sfinvsqrta() argument
50 *pred_result = predval; in sfinvsqrta()
55 int *pred_result, bool *ovf_result) in vacsh() argument
74 *pred_result = predval; in vacsh()
79 static int64_t vminub(int64_t Rtt, int64_t Rss, int32_t *pred_result) in vminub() argument
89 *pred_result = predval; in vminub()
94 int32_t pred_in, int32_t *pred_result) in add_carry() argument
105 *pred_result = predval; in add_carry()
[all …]
H A Dusr.c83 static RESTYPE NAME(SRCTYPE src, uint8_t *pred_result, uint32_t *usr_result) \
95 *pred_result = pred; \
143 uint8_t *pred_result, uint32_t *usr_result) \
155 *pred_result = pred; \
219 uint8_t *pred_result, uint32_t *usr_result) \
230 *pred_result = pred; \
450 uint8_t pred_result; \
452 result = FUNC(src, &pred_result, &usr_result); \
454 check32(pred_result, PRED_RES); \
503 uint8_t pred_result; \
[all …]