Home
last modified time | relevance | path

Searched defs:Integer64PlusConstantToSmi (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc409 __ Integer64PlusConstantToSmi(rdx, rcx, y); in TestI64PlusConstantToSmi() local
418 __ Integer64PlusConstantToSmi(rcx, rcx, y); in TestI64PlusConstantToSmi() local
424 TEST(Integer64PlusConstantToSmi) { in TEST() argument
/external/v8/src/x64/
Dmacro-assembler-x64.cc911 void MacroAssembler::Integer64PlusConstantToSmi(Register dst, in Integer64PlusConstantToSmi() function in v8::internal::MacroAssembler