Lines Matching refs:CmpS64
610 CmpS64(array, scratch);
623 CmpS64(scratch2, scratch);
1026 CmpS64(value, r0);
1635 CmpS64(scratch, r0);
1654 CmpS64(expected_parameter_count, Operand(kDontAdaptArgumentsSentinel));
1885 CmpS64(type_reg, Operand(type));
2204 CmpS64(instance_type, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
2208 CmpS64(instance_type, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
3436 void TurboAssembler::CmpS64(Register src1, Register src2) { cgr(src1, src2); }
3456 void TurboAssembler::CmpS64(Register dst, const Operand& opnd) {
3476 void TurboAssembler::CmpS64(Register dst, const MemOperand& opnd) {