• Home
  • Raw
  • Download

Lines Matching refs:opc

1916                 __u32 opc;  in math_emu_ed()  local
1919 opc = *((__u32 *) opcode); in math_emu_ed()
1920 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1931 __u32 opc; in math_emu_ed() local
1934 opc = *((__u32 *) opcode); in math_emu_ed()
1935 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1946 __u32 opc; in math_emu_ed() local
1950 opc = *((__u32 *) opcode); in math_emu_ed()
1951 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1962 __u32 opc; in math_emu_ed() local
1966 opc = *((__u32 *) opcode); in math_emu_ed()
1967 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1980 __u32 opc; in math_emu_ed() local
1984 opc = *((__u32 *) opcode); in math_emu_ed()
1985 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1999 __u32 opc; in math_emu_ed() local
2001 opc = *((__u32 *) opcode); in math_emu_ed()
2002 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2015 __u32 opc; in math_emu_ed() local
2019 opc = *((__u32 *) opcode); in math_emu_ed()
2020 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2032 __u32 opc; in math_emu_ed() local
2035 opc = *((__u32 *) opcode); in math_emu_ed()
2036 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2045 __u32 opc; in math_emu_ed() local
2048 opc = *((__u32 *) opcode); in math_emu_ed()
2049 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2058 __u32 opc; in math_emu_ed() local
2064 opc = *((__u32 *) opcode); in math_emu_ed()
2065 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2088 __u16 opc = *((__u16 *) opcode); in math_emu_ldr() local
2090 if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */ in math_emu_ldr()
2097 : "a" (opc & 0xf0), "a" (&fp_regs->fprs[opc & 0xf].d) in math_emu_ldr()
2099 } else if ((opc & 0x9) == 0) { /* test if ry in {0,2,4,6} */ in math_emu_ldr()
2105 : "a" ((opc & 0xf) << 4), in math_emu_ldr()
2106 "a" (&fp_regs->fprs[(opc & 0xf0)>>4].d) in math_emu_ldr()
2109 fp_regs->fprs[(opc & 0xf0) >> 4] = fp_regs->fprs[opc & 0xf]; in math_emu_ldr()
2118 __u16 opc = *((__u16 *) opcode); in math_emu_ler() local
2120 if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */ in math_emu_ler()
2127 : "a" (opc & 0xf0), "a" (&fp_regs->fprs[opc & 0xf].f) in math_emu_ler()
2129 } else if ((opc & 0x9) == 0) { /* test if ry in {0,2,4,6} */ in math_emu_ler()
2135 : "a" ((opc & 0xf) << 4), in math_emu_ler()
2136 "a" (&fp_regs->fprs[(opc & 0xf0) >> 4].f) in math_emu_ler()
2139 fp_regs->fprs[(opc & 0xf0) >> 4] = fp_regs->fprs[opc & 0xf]; in math_emu_ler()
2148 __u32 opc = *((__u32 *) opcode); in math_emu_ld() local
2151 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ld()
2152 mathemu_copy_from_user(&fp_regs->fprs[(opc >> 20) & 0xf].d, dxb, 8); in math_emu_ld()
2161 __u32 opc = *((__u32 *) opcode); in math_emu_le() local
2164 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_le()
2165 mem = (__u32 *) (&fp_regs->fprs[(opc >> 20) & 0xf].f); in math_emu_le()
2175 __u32 opc = *((__u32 *) opcode); in math_emu_std() local
2178 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_std()
2179 mathemu_copy_to_user(dxb, &fp_regs->fprs[(opc >> 20) & 0xf].d, 8); in math_emu_std()
2188 __u32 opc = *((__u32 *) opcode); in math_emu_ste() local
2191 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ste()
2192 mem = (__u32 *) (&fp_regs->fprs[(opc >> 20) & 0xf].f); in math_emu_ste()
2201 __u32 opc = *((__u32 *) opcode); in math_emu_lfpc() local
2204 dxb= (__u32 *) calc_addr(regs, 0, opc>>12, opc); in math_emu_lfpc()
2216 __u32 opc = *((__u32 *) opcode); in math_emu_stfpc() local
2219 dxb= (__u32 *) calc_addr(regs, 0, opc>>12, opc); in math_emu_stfpc()
2228 __u32 opc = *((__u32 *) opcode); in math_emu_srnm() local
2231 temp = calc_addr(regs, 0, opc>>12, opc); in math_emu_srnm()