Home
last modified time | relevance | path

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

/arch/s390/math-emu/
Dmath.c1566 static inline void emu_load_regd(int reg) { in emu_load_regd() function
1669 emu_load_regd((opcode[3] >> 4) & 15); in math_emu_b3()
1670 emu_load_regd(((opcode[3] >> 4) & 15) + 2); in math_emu_b3()
1671 emu_load_regd(opcode[3] & 15); in math_emu_b3()
1672 emu_load_regd((opcode[3] & 15) + 2); in math_emu_b3()
1681 emu_load_regd((opcode[3] >> 4) & 15); in math_emu_b3()
1682 emu_load_regd(opcode[3] & 15); in math_emu_b3()
1705 emu_load_regd((opcode[3] >> 4) & 15); in math_emu_b3()
1706 emu_load_regd(((opcode[3] >> 4) & 15) + 2); in math_emu_b3()
1707 emu_load_regd(opcode[3] & 15); in math_emu_b3()
[all …]