Home
last modified time | relevance | path

Searched refs:CheckBothSmi (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dtest-macro-assembler-x64.cc604 cond = masm->CheckBothSmi(rcx, rdx); in TEST()
609 cond = masm->CheckBothSmi(rcx, rdx); in TEST()
614 cond = masm->CheckBothSmi(rcx, rdx); in TEST()
619 cond = masm->CheckBothSmi(rcx, rdx); in TEST()
623 cond = masm->CheckBothSmi(rcx, rcx); in TEST()
627 cond = masm->CheckBothSmi(rdx, rdx); in TEST()
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.h461 Condition CheckBothSmi(Register first, Register second);
Dmacro-assembler-x64.cc1394 Condition MacroAssembler::CheckBothSmi(Register first, Register second) { in CheckBothSmi() function in v8::internal::MacroAssembler
1568 Condition both_smi = CheckBothSmi(src1, src2); in JumpIfNotBothSmi()
2365 Condition not_both_smis = NegateCondition(CheckBothSmi(src1, src2)); in SelectNonSmi()