Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/math-emu/
Dmath.c1578 static inline void emu_load_rege(int reg) { in emu_load_rege() function
1691 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1692 emu_load_rege(opcode[3] & 15); in math_emu_b3()
1730 emu_load_rege((opcode[2] >> 4) & 15); in math_emu_b3()
1731 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1732 emu_load_rege(opcode[3] & 15); in math_emu_b3()
1756 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1849 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1858 emu_load_rege((opcode[3] >> 4) & 15); in math_emu_b3()
1941 emu_load_rege((opcode[1] >> 4) & 15); in math_emu_ed()
[all …]