Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Dudivmoddi4.c70 const unsigned n_udword_bits = sizeof(UINT64) * CHAR_BIT; in __udivmoddi4() local
209 q.low = (n.low << (n_udword_bits - sr)) & in __udivmoddi4()
213 (((n.high << (n_udword_bits - sr)) | in __udivmoddi4()
279 const INT64 s = (INT64)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dudivmoddi4.c27 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4() local
163 q.s.low = n.s.low << (n_udword_bits - sr); in __udivmoddi4()
164 q.s.high = (n.s.high << (n_udword_bits - sr)) | in __udivmoddi4()
223 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()
/device/google/contexthub/firmware/lib/builtins/
Dudivmoddi4.c27 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4() local
163 q.s.low = n.s.low << (n_udword_bits - sr); in __udivmoddi4()
164 q.s.high = (n.s.high << (n_udword_bits - sr)) | in __udivmoddi4()
223 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()