Home
last modified time | relevance | path

Searched refs:USR_OVF (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c648 USR_OVF); in main()
656 USR_OVF); in main()
661 USR_OVF); in main()
666 USR_OVF); in main()
668 USR_OVF); in main()
688 USR_OVF); in main()
695 USR_OVF); in main()
702 USR_OVF); in main()
707 USR_OVF); in main()
712 USR_OVF); in main()
[all …]
H A Dhex_test.h92 #define USR_OVF (1 << USR_OVF_BIT) macro
/openbmc/qemu/target/hexagon/
H A Dreg_fields_def.h.inc26 DEF_REG_FIELD(USR_OVF, 0, 1)
H A Dgenptr.c1026 tcg_gen_shli_tl(ovf, ovf, reg_field_info[USR_OVF].offset); in gen_shl_sat()
1457 gen_set_usr_fieldi(ctx, USR_OVF, 1); in gen_add_sat_i64()
H A Dmacros.h368 #define fSET_OVERFLOW() SET_USR_FIELD(USR_OVF, 1)
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def531 SET_USR_FIELD(USR_OVF,1),