Searched refs:EXC (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 73 #define EXC(inst_reg,addr,handler) \ macro 207 EXC( LOAD t0, UNIT(0)(src), l_exc) 208 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 209 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 210 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 212 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 213 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 214 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 215 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 216 EXC( LOAD t0, UNIT(4)(src), l_exc_copy) [all …]
|
/linux-3.4.99/arch/mips/lib/ |
D | memcpy.S | 88 #define EXC(inst_reg,addr,handler) \ macro 236 EXC( LOAD t0, UNIT(0)(src), .Ll_exc) 237 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy) 238 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy) 239 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy) 241 EXC( LOAD t4, UNIT(4)(src), .Ll_exc_copy) 242 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy) 243 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p8u) 244 EXC( STORE t1, UNIT(1)(dst), .Ls_exc_p7u) 245 EXC( LOAD t0, UNIT(6)(src), .Ll_exc_copy) [all …]
|
D | memcpy-inatomic.S | 88 #define EXC(inst_reg,addr,handler) \ macro 231 EXC( LOAD t0, UNIT(0)(src), .Ll_exc) 232 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy) 233 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy) 234 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy) 236 EXC( LOAD t4, UNIT(4)(src), .Ll_exc_copy) 237 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy) 240 EXC( LOAD t0, UNIT(6)(src), .Ll_exc_copy) 241 EXC( LOAD t1, UNIT(7)(src), .Ll_exc_copy) 266 EXC( LOAD t0, UNIT(0)(src), .Ll_exc) [all …]
|
D | csum_partial.S | 330 #define EXC(inst_reg,addr,handler) \ macro 439 EXC( LOAD t0, UNIT(0)(src), .Ll_exc) 440 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy) 441 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy) 442 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy) 443 EXC( LOAD t4, UNIT(4)(src), .Ll_exc_copy) 444 EXC( LOAD t5, UNIT(5)(src), .Ll_exc_copy) 445 EXC( LOAD t6, UNIT(6)(src), .Ll_exc_copy) 446 EXC( LOAD t7, UNIT(7)(src), .Ll_exc_copy) 449 EXC( STORE t0, UNIT(0)(dst), .Ls_exc) [all …]
|
/linux-3.4.99/arch/mips/include/asm/emma/ |
D | emma2rh.h | 193 #define EXC 0x00000020 macro
|
/linux-3.4.99/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 16162 # then, the SNAN bit is set in the FPSR EXC byte. If the SNAN trap #
|