Home
last modified time | relevance | path

Searched refs:emu_load_regd (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1567 static inline void emu_load_regd(int reg) { in emu_load_regd() function
1670 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 …]