Searched refs:spe_emu_instr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/booke/ |
H A D | spe.c | 51 static int spe_emu_instr(uint32_t, struct fpemu *, struct fpn **, uint32_t *); 333 spe_emu_instr(uint32_t instr, struct fpemu *fpemu, in spe_emu_instr() function 535 high = spe_emu_instr(instr_sec_op, &fpemu, &result, in spe_handle_fpdata() 551 low = spe_emu_instr(instr_sec_op, &fpemu, &result, in spe_handle_fpdata() 630 res = spe_emu_instr(instr_sec_op, &fpemu, &result, in spe_handle_fpdata()
|