Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1579 static inline void emu_load_rege(int reg) { in emu_load_rege() function
1692 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1693 emu_load_rege(opcode[3] & 15); in math_emu_b3()
1731 emu_load_rege((opcode[2] >> 4) & 15); in math_emu_b3()
1732 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1733 emu_load_rege(opcode[3] & 15); in math_emu_b3()
1757 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1850 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1859 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1942 emu_load_rege((opcode[1] >> 4) & 15); in math_emu_ed()
[all …]