Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dhelper.c2667 int target_bits = 0; in vfp_exceptbits_from_host() local
2670 target_bits |= 1; in vfp_exceptbits_from_host()
2672 target_bits |= 2; in vfp_exceptbits_from_host()
2674 target_bits |= 4; in vfp_exceptbits_from_host()
2676 target_bits |= 8; in vfp_exceptbits_from_host()
2678 target_bits |= 0x10; in vfp_exceptbits_from_host()
2680 target_bits |= 0x80; in vfp_exceptbits_from_host()
2681 return target_bits; in vfp_exceptbits_from_host()
2704 static inline int vfp_exceptbits_to_host(int target_bits) in vfp_exceptbits_to_host() argument
2708 if (target_bits & 1) in vfp_exceptbits_to_host()
[all …]