| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | primitives.h | 245 struct uint128 248 struct uint128 z; in softfloat_shortShiftLeft128() 254 struct uint128 266 struct uint128 269 struct uint128 z; in softfloat_shortShiftRight128() 275 struct uint128 313 struct uint128 318 struct uint128 z; in softfloat_shortShiftRightJam128() 326 struct uint128 409 struct uint128 [all …]
|
| H A D | primitiveTypes.h | 46 struct uint128 { uint64_t v0, v64; }; struct 48 struct uint128_extra { uint64_t extra; struct uint128 v; }; 50 struct uint128 { uint64_t v64, v0; }; argument 52 struct uint128_extra { struct uint128 v; uint64_t extra; };
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/8086/ |
| H A D | specialize.h | 170 struct uint128 softfloat_commonNaNToExtF80UI( const struct commonNaN *aPtr ); 181 struct uint128 218 struct uint128 softfloat_commonNaNToF128UI( const struct commonNaN * ); 229 struct uint128
|
| H A D | s_commonNaNToExtF80UI.c | 48 struct uint128 softfloat_commonNaNToExtF80UI( const struct commonNaN *aPtr ) in softfloat_commonNaNToExtF80UI() 50 struct uint128 uiZ; in softfloat_commonNaNToExtF80UI()
|
| H A D | s_commonNaNToF128UI.c | 47 struct uint128 softfloat_commonNaNToF128UI( const struct commonNaN *aPtr ) in softfloat_commonNaNToF128UI() 49 struct uint128 uiZ; in softfloat_commonNaNToF128UI()
|
| H A D | s_propagateNaNExtF80UI.c | 54 struct uint128 65 struct uint128 uiZ; in softfloat_propagateNaNExtF80UI()
|
| H A D | s_propagateNaNF128UI.c | 54 struct uint128 64 struct uint128 uiZ; in softfloat_propagateNaNF128UI()
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/ |
| H A D | specialize.h | 170 struct uint128 softfloat_commonNaNToExtF80UI( const struct commonNaN *aPtr ); 181 struct uint128 218 struct uint128 softfloat_commonNaNToF128UI( const struct commonNaN * ); 229 struct uint128
|
| H A D | s_commonNaNToExtF80UI.c | 48 struct uint128 softfloat_commonNaNToExtF80UI( const struct commonNaN *aPtr ) in softfloat_commonNaNToExtF80UI() 50 struct uint128 uiZ; in softfloat_commonNaNToExtF80UI()
|
| H A D | s_commonNaNToF128UI.c | 47 struct uint128 softfloat_commonNaNToF128UI( const struct commonNaN *aPtr ) in softfloat_commonNaNToF128UI() 49 struct uint128 uiZ; in softfloat_commonNaNToF128UI()
|
| H A D | s_propagateNaNF128UI.c | 54 struct uint128 63 struct uint128 uiZ; in softfloat_propagateNaNF128UI()
|
| H A D | s_propagateNaNExtF80UI.c | 54 struct uint128 65 struct uint128 uiZ; in softfloat_propagateNaNExtF80UI()
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_shortShiftLeft128.c | 44 struct uint128 47 struct uint128 z; in softfloat_shortShiftLeft128()
|
| H A D | s_shortShiftRight128.c | 44 struct uint128 47 struct uint128 z; in softfloat_shortShiftRight128()
|
| H A D | s_sub128.c | 44 struct uint128 47 struct uint128 z; in softfloat_sub128()
|
| H A D | s_add128.c | 44 struct uint128 47 struct uint128 z; in softfloat_add128()
|
| H A D | s_mul64ByShifted32To128.c | 44 struct uint128 softfloat_mul64ByShifted32To128( uint64_t a, uint32_t b ) in softfloat_mul64ByShifted32To128() 47 struct uint128 z; in softfloat_mul64ByShifted32To128()
|
| H A D | s_shortShiftRightJam128.c | 44 struct uint128 49 struct uint128 z; in softfloat_shortShiftRightJam128()
|
| H A D | s_mul128By32.c | 44 struct uint128 softfloat_mul128By32( uint64_t a64, uint64_t a0, uint32_t b ) in softfloat_mul128By32() 46 struct uint128 z; in softfloat_mul128By32()
|
| H A D | s_shiftRightJam128.c | 44 struct uint128 48 struct uint128 z; in softfloat_shiftRightJam128()
|
| H A D | s_mul64To128.c | 44 struct uint128 softfloat_mul64To128( uint64_t a, uint64_t b ) in softfloat_mul64To128() 47 struct uint128 z; in softfloat_mul64To128()
|
| H A D | f128_mul.c | 51 struct uint128 sigA; in f128_mul() 56 struct uint128 sigB; in f128_mul() 63 struct uint128 sigZ; in f128_mul() 65 struct uint128 uiZ; in f128_mul()
|
| H A D | f128_rem.c | 51 struct uint128 sigA; in f128_rem() 56 struct uint128 sigB; in f128_rem() 58 struct uint128 rem; in f128_rem() 62 struct uint128 term, altRem, meanRem; in f128_rem() 64 struct uint128 uiZ; in f128_rem()
|
| H A D | extF80_to_f128.c | 53 struct uint128 uiZ; in extF80_to_f128() 55 struct uint128 sig128; in extF80_to_f128()
|
| H A D | f128_div.c | 51 struct uint128 sigA; in f128_div() 56 struct uint128 sigB; in f128_div() 60 struct uint128 rem; in f128_div() 65 struct uint128 term; in f128_div() 68 struct uint128 sigZ, uiZ; in f128_div()
|