Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_shortShiftRightJam128.c48 int_fast8_t negCount; in softfloat_shortShiftRightJam128() local
51 negCount = -count; in softfloat_shortShiftRightJam128()
54 a64<<(negCount & 63) | a0>>count in softfloat_shortShiftRightJam128()
55 | ((uint64_t) (a0<<(negCount & 63)) != 0); in softfloat_shortShiftRightJam128()
A Ds_shortShiftRightJam128Extra.c48 uint_fast8_t negCount; in softfloat_shortShiftRightJam128Extra() local
51 negCount = -count; in softfloat_shortShiftRightJam128Extra()
53 z.v.v0 = a64<<(negCount & 63) | a0>>count; in softfloat_shortShiftRightJam128Extra()
54 z.extra = a0<<(negCount & 63) | (extra != 0); in softfloat_shortShiftRightJam128Extra()
A Ds_shiftRightJam128Extra.c48 int_fast32_t negCount; in softfloat_shiftRightJam128Extra() local
51 negCount = -count; in softfloat_shiftRightJam128Extra()
54 z.v.v0 = a64<<(negCount & 63) | a0>>count; in softfloat_shiftRightJam128Extra()
55 z.extra = a0<<(negCount & 63); in softfloat_shiftRightJam128Extra()
65 z.extra = a64<<(negCount & 63); in softfloat_shiftRightJam128Extra()
A Ds_shiftRightJam128.c47 int_fast32_t negCount; in softfloat_shiftRightJam128() local
51 negCount = -count; in softfloat_shiftRightJam128()
54 a64<<(negCount & 63) | a0>>count in softfloat_shiftRightJam128()
55 | ((uint64_t) (a0<<(negCount & 63)) != 0); in softfloat_shiftRightJam128()
A Ds_shortShiftRightExtendM.c52 uint_fast8_t negCount; in softfloat_shortShiftRightExtendM() local
56 negCount = -count; in softfloat_shortShiftRightExtendM()
63 *zPtr = wordA<<(negCount & 31) | partWordZ; in softfloat_shortShiftRightExtendM()
A Ds_shortShiftLeftM.c52 uint_fast8_t negCount; in softfloat_shortShiftLeftM() local
56 negCount = -count; in softfloat_shortShiftLeftM()
62 zPtr[index] = partWordZ | wordA>>(negCount & 31); in softfloat_shortShiftLeftM()
A Ds_shortShiftRightM.c52 uint_fast8_t negCount; in softfloat_shortShiftRightM() local
56 negCount = -count; in softfloat_shortShiftRightM()
62 zPtr[index] = wordA<<(negCount & 31) | partWordZ; in softfloat_shortShiftRightM()
A Ds_shortShiftRightJamM.c52 uint_fast8_t negCount; in softfloat_shortShiftRightJamM() local
56 negCount = -count; in softfloat_shortShiftRightJamM()
64 zPtr[index] = wordA<<(negCount & 31) | partWordZ; in softfloat_shortShiftRightJamM()
A Ds_remStepMBy32.c54 uint_fast8_t negCount; in softfloat_remStepMBy32() local
60 negCount = -count; in softfloat_remStepMBy32()
71 wordShiftedRem = wordRem>>(negCount & 31); in softfloat_remStepMBy32()
A Ds_shiftRightJam256M.c53 uint_fast8_t negCount; in softfloat_shortShiftRightJamM() local
57 negCount = -count; in softfloat_shortShiftRightJamM()
65 zPtr[index] = wordA<<(negCount & 63) | partWordZ; in softfloat_shortShiftRightJamM()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h317 uint_fast8_t negCount = -count; in softfloat_shortShiftRightJam128() local
321 a64<<(negCount & 63) | a0>>count in softfloat_shortShiftRightJam128()
322 | ((uint64_t) (a0<<(negCount & 63)) != 0); in softfloat_shortShiftRightJam128()
343 uint_fast8_t negCount = -count; in softfloat_shortShiftRightJam128Extra() local
346 z.v.v0 = a64<<(negCount & 63) | a0>>count; in softfloat_shortShiftRightJam128Extra()
347 z.extra = a0<<(negCount & 63) | (extra != 0); in softfloat_shortShiftRightJam128Extra()

Completed in 9 milliseconds