Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dhelper.c2277 int target_bits = 0; in vfp_exceptbits_from_host() local
2280 target_bits |= 1; in vfp_exceptbits_from_host()
2282 target_bits |= 2; in vfp_exceptbits_from_host()
2284 target_bits |= 4; in vfp_exceptbits_from_host()
2286 target_bits |= 8; in vfp_exceptbits_from_host()
2288 target_bits |= 0x10; in vfp_exceptbits_from_host()
2289 return target_bits; in vfp_exceptbits_from_host()
2306 static inline int vfp_exceptbits_to_host(int target_bits) in vfp_exceptbits_to_host() argument
2310 if (target_bits & 1) in vfp_exceptbits_to_host()
2312 if (target_bits & 2) in vfp_exceptbits_to_host()
[all …]