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

/linux-master/arch/mips/math-emu/
H A Dcp1emu.c2843 u16 *instr_ptr; local
2869 instr_ptr = instr;
2872 if (mm_insn_16bit(*instr_ptr)) {
2874 dec_insn.insn = (*instr_ptr << 16) |
2875 (*instr_ptr);
2878 instr_ptr += 1;
2880 dec_insn.insn = (*instr_ptr << 16) |
2881 *(instr_ptr+1);
2884 instr_ptr += 2;
2887 if (mm_insn_16bit(*instr_ptr)) {
[all...]

Completed in 126 milliseconds