Searched refs:CheckBothSmi (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 562 cond = masm->CheckBothSmi(rcx, rdx); in TEST() 567 cond = masm->CheckBothSmi(rcx, rdx); in TEST() 572 cond = masm->CheckBothSmi(rcx, rdx); in TEST() 577 cond = masm->CheckBothSmi(rcx, rdx); in TEST() 581 cond = masm->CheckBothSmi(rcx, rcx); in TEST() 585 cond = masm->CheckBothSmi(rdx, rdx); in TEST()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 479 Condition CheckBothSmi(Register first, Register second);
|
D | macro-assembler-x64.cc | 1355 Condition MacroAssembler::CheckBothSmi(Register first, Register second) { in CheckBothSmi() function in v8::internal::MacroAssembler 1521 Condition both_smi = CheckBothSmi(src1, src2); in JumpIfNotBothSmi() 2282 Condition not_both_smis = NegateCondition(CheckBothSmi(src1, src2)); in SelectNonSmi()
|