Searched refs:emu_load_regd (Results 1 – 1 of 1) sorted by relevance
1567 static inline void emu_load_regd(int reg) { in emu_load_regd() function1670 emu_load_regd((opcode[3] >> 4) & 15); in math_emu_b3()1671 emu_load_regd(((opcode[3] >> 4) & 15) + 2); in math_emu_b3()1672 emu_load_regd(opcode[3] & 15); in math_emu_b3()1673 emu_load_regd((opcode[3] & 15) + 2); in math_emu_b3()1682 emu_load_regd((opcode[3] >> 4) & 15); in math_emu_b3()1683 emu_load_regd(opcode[3] & 15); in math_emu_b3()1706 emu_load_regd((opcode[3] >> 4) & 15); in math_emu_b3()1707 emu_load_regd(((opcode[3] >> 4) & 15) + 2); in math_emu_b3()1708 emu_load_regd(opcode[3] & 15); in math_emu_b3()[all …]