Lines Matching refs:MOD
1222 // 1. Move arguments into edx, eax except for DIV and MOD, which need the
1227 if (op_ == Token::DIV || op_ == Token::MOD) {
1256 case Token::MOD:
1397 case Token::MOD:
1425 case Token::MOD:
1581 case Token::MOD:
1602 case Token::MOD:
1629 case Token::MOD:
1747 case Token::MOD: {
1748 // For MOD we go directly to runtime in the non-smi case.
1836 // If an allocation fails, or SHR or MOD hit a hard case,
1857 case Token::MOD:
1859 __ InvokeBuiltin(Builtins::MOD, JUMP_FUNCTION);
1969 case Token::MOD: {
1970 // For MOD we go directly to runtime in the non-smi case.
2049 // If an allocation fails, or SHR or MOD hit a hard case,
2070 case Token::MOD:
2072 __ InvokeBuiltin(Builtins::MOD, JUMP_FUNCTION);
2110 case Token::MOD:
2170 case Token::MOD: {
2171 // For MOD we go directly to runtime in the non-smi case.
2267 case Token::MOD:
2268 __ InvokeBuiltin(Builtins::MOD, JUMP_FUNCTION);