Searched refs:tbl_fsglmul_op (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 10625 mov.w (tbl_fsglmul_op.b,%pc,%d1.w*2),%d1 10626 jmp (tbl_fsglmul_op.b,%pc,%d1.w*1) 10629 tbl_fsglmul_op: 10630 short fsglmul_norm - tbl_fsglmul_op # NORM x NORM 10631 short fsglmul_zero - tbl_fsglmul_op # NORM x ZERO 10632 short fsglmul_inf_src - tbl_fsglmul_op # NORM x INF 10633 short fsglmul_res_qnan - tbl_fsglmul_op # NORM x QNAN 10634 short fsglmul_norm - tbl_fsglmul_op # NORM x DENORM 10635 short fsglmul_res_snan - tbl_fsglmul_op # NORM x SNAN 10636 short tbl_fsglmul_op - tbl_fsglmul_op # [all …]
|
D | fpsp.S | 14194 mov.w (tbl_fsglmul_op.b,%pc,%d1.w*2),%d1 14195 jmp (tbl_fsglmul_op.b,%pc,%d1.w*1) 14198 tbl_fsglmul_op: label 14199 short fsglmul_norm - tbl_fsglmul_op # NORM x NORM 14200 short fsglmul_zero - tbl_fsglmul_op # NORM x ZERO 14201 short fsglmul_inf_src - tbl_fsglmul_op # NORM x INF 14202 short fsglmul_res_qnan - tbl_fsglmul_op # NORM x QNAN 14203 short fsglmul_norm - tbl_fsglmul_op # NORM x DENORM 14204 short fsglmul_res_snan - tbl_fsglmul_op # NORM x SNAN 14205 short tbl_fsglmul_op - tbl_fsglmul_op # [all …]
|