Searched refs:instr_sec_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/powerpc/booke/
H A Dspe.c477 uint32_t instr, instr_sec_op; local
508 instr_sec_op = (instr & 0x7ff);
516 switch (instr_sec_op) {
538 high = spe_emu_instr(instr_sec_op, &fpemu, &result,
554 low = spe_emu_instr(instr_sec_op, &fpemu, &result,
556 if (instr_sec_op == EVFSCMPEQ ||
557 instr_sec_op == EVFSCMPGT ||
558 instr_sec_op == EVFSCMPLT) {
569 switch (instr_sec_op) {
596 switch (instr_sec_op) {
[all...]

Completed in 111 milliseconds