Searched refs:CheckBothSmi (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 604 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/ |
D | macro-assembler-x64.h | 461 Condition CheckBothSmi(Register first, Register second);
|
D | macro-assembler-x64.cc | 1394 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()
|