Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/math-emu/
Dmath.c1590 static inline void emu_store_regd(int reg) { in emu_store_regd() function
1661 emu_store_regd((opcode[3] >> 4) & 15); in math_emu_b3()
1662 emu_store_regd(((opcode[3] >> 4) & 15) + 2); in math_emu_b3()
1663 emu_store_regd(opcode[3] & 15); in math_emu_b3()
1664 emu_store_regd((opcode[3] & 15) + 2); in math_emu_b3()
1675 emu_store_regd((opcode[3] >> 4) & 15); in math_emu_b3()
1676 emu_store_regd(opcode[3] & 15); in math_emu_b3()
1697 emu_store_regd((opcode[3] >> 4) & 15); in math_emu_b3()
1698 emu_store_regd(((opcode[3] >> 4) & 15) + 2); in math_emu_b3()
1699 emu_store_regd(opcode[3] & 15); in math_emu_b3()
[all …]