/titanic_44/usr/src/uts/sparc/fpu/ |
H A D | fpu_simulator.c | 204 _fp_unpack(pfpsd, &us1, nrs1, fma_inst->sz); in _fp_fpu_simulator() 205 _fp_unpack(pfpsd, &us2, nrs2, fma_inst->sz); in _fp_fpu_simulator() 208 _fp_unpack(pfpsd, &us3, nrs3, fma_inst->sz); in _fp_fpu_simulator() 216 _fp_unpack(pfpsd, &us1, nrs1, fma_inst->sz); in _fp_fpu_simulator() 217 _fp_unpack(pfpsd, &us2, nrs2, fma_inst->sz); in _fp_fpu_simulator() 220 _fp_unpack(pfpsd, &us3, nrs3, fma_inst->sz); in _fp_fpu_simulator() 228 _fp_unpack(pfpsd, &us1, nrs1, fma_inst->sz); in _fp_fpu_simulator() 229 _fp_unpack(pfpsd, &us2, nrs2, fma_inst->sz); in _fp_fpu_simulator() 232 _fp_unpack(pfpsd, &us3, nrs3, fma_inst->sz); in _fp_fpu_simulator() 243 _fp_unpack(pfpsd, &us1, nrs1, fma_inst->sz); in _fp_fpu_simulator() [all …]
|
H A D | unpack.c | 243 _fp_unpack( in _fp_unpack() function
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Q_cmp.c | 38 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_cmp() 39 _fp_unpack(&py, (int *)&y,fp_op_extended); in _Q_cmp()
|
H A D | _Q_cmpe.c | 38 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_cmpe() 39 _fp_unpack(&py, (int *)&y,fp_op_extended); in _Q_cmpe()
|
H A D | _Q_div.c | 39 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_div() 40 _fp_unpack(&py, (int *)&y,fp_op_extended); in _Q_div()
|
H A D | _Q_mul.c | 39 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_mul() 40 _fp_unpack(&py, (int *)&y,fp_op_extended); in _Q_mul()
|
H A D | _Q_sub.c | 39 _fp_unpack(&px,(int *)&x,fp_op_extended); in _Q_sub() 40 _fp_unpack(&py,(int *)&y,fp_op_extended); in _Q_sub()
|
H A D | _Q_utoq.c | 41 _fp_unpack(&px, (int *)&x,fp_op_integer); in _Q_utoq() 45 _fp_unpack(&px, (int *)&x,fp_op_integer); in _Q_utoq()
|
H A D | _Q_add.c | 42 _fp_unpack(&px,(int *)&x,fp_op_extended); in _Q_add() 43 _fp_unpack(&py,(int *)&y,fp_op_extended); in _Q_add()
|
H A D | _Q_itoq.c | 38 _fp_unpack(&px, (int *)&x,fp_op_integer); in _Q_itoq()
|
H A D | _Q_dtoq.c | 38 _fp_unpack(&px, (int *)&x,fp_op_double); in _Q_dtoq()
|
H A D | _Q_qtod.c | 39 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_qtod()
|
H A D | _Q_stoq.c | 38 _fp_unpack(&px, (int *)&x,fp_op_single); in _Q_stoq()
|
H A D | _Q_qtos.c | 39 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_qtos()
|
H A D | _Q_qtoi.c | 41 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_qtoi()
|
H A D | _Q_sqrt.c | 39 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_sqrt()
|
H A D | _Q_qtou.c | 50 _fp_unpack(&px, (int *)&x,fp_op_extended); in _Q_qtou()
|
H A D | _Qglobals.h | 63 extern void _fp_unpack(unpacked *, int *, enum fp_op_type);
|
H A D | _Qfunpack.c | 194 _fp_unpack(pu, n, dtype) in _fp_unpack() function
|
/titanic_44/usr/src/uts/sparc/sys/fpu/ |
H A D | globals.h | 90 extern void _fp_unpack(fp_simd_type *, unpacked *, uint_t, enum fp_op_type);
|
/titanic_44/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 581 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|_fp_unpack
|