Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1604 static inline void emu_store_rege(int reg) { in emu_store_rege() function
1686 emu_store_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1687 emu_store_rege(opcode[3] & 15); in math_emu_b3()
1724 emu_store_rege((opcode[2] >> 4) & 15); in math_emu_b3()
1725 emu_store_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1726 emu_store_rege(opcode[3] & 15); in math_emu_b3()
1786 emu_store_rege(opcode[3] & 15); in math_emu_b3()
1809 emu_store_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1810 emu_store_rege(opcode[3] & 15); in math_emu_b3()
1820 emu_store_rege((opcode[3] >> 4) & 15); in math_emu_b3()
[all …]