Searched refs:TestIfInt32 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 898 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 D | macro-assembler-ppc.cc | 1951 TestIfInt32(result, r0); in CallRecordWriteStub() 1953 TestIfInt32(scratch, result, r0); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 3157 __ 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 D | macro-assembler-s390.h | 1039 inline void TestIfInt32(Register value) { in TestIfInt32() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-s390.cc | 1964 TestIfInt32(result); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 3184 __ TestIfInt32(result_reg); in Generate_DoubleToI()
|
Completed in 30 milliseconds