Home
last modified time | relevance | path

Searched refs:TestIfInt32 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h898 inline void TestIfInt32(Register value, Register scratch, in TestIfInt32() function in v8::internal::TurboAssembler
905 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch, in TestIfInt32() function in v8::internal::TurboAssembler
H A Dmacro-assembler-ppc.cc1951 TestIfInt32(result, r0); in CallRecordWriteStub()
1953 TestIfInt32(scratch, result, r0); in CallRecordWriteStub()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc3157 __ TestIfInt32(result_reg, r0); in Generate_DoubleToI()
3159 __ TestIfInt32(scratch, result_reg, r0); in Generate_DoubleToI()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1039 inline void TestIfInt32(Register value) { in TestIfInt32() function in v8::internal::TurboAssembler
H A Dmacro-assembler-s390.cc1964 TestIfInt32(result); in CallRecordWriteStub()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc3184 __ TestIfInt32(result_reg); in Generate_DoubleToI()

Completed in 30 milliseconds