Searched refs:OVERWRITE (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | locore.s | 4492 #define OVERWRITE(rtn, v8_rtn, len) \ macro 4506 OVERWRITE(.mul, v8_smul, .Lv8_smul_len) 4507 OVERWRITE(.umul, v8_umul, .Lv8_umul_len) 4508 OVERWRITE(.div, v8_sdiv, .Lv8_sdiv_len) 4509 OVERWRITE(.udiv, v8_udiv, .Lv8_udiv_len) 4510 OVERWRITE(.rem, v8_srem, .Lv8_srem_len) 4511 OVERWRITE(.urem, v8_urem, .Lv8_urem_len) 4512 #undef OVERWRITE
|