Searched refs:bnezalc (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 456 void bnezalc(Register rt, int16_t offset); 457 inline void bnezalc(Register rt, Label* L) { in bnezalc() function 458 bnezalc(rt, shifted_branch_offset(L)); in bnezalc()
|
H A D | macro-assembler-mips64.cc | 3995 bnezalc(scratch, offset); in CallRecordWriteStub() 4014 bnezalc(scratch, offset); in CallRecordWriteStub() 4051 bnezalc(scratch, offset); in CallRecordWriteStub() 4080 bnezalc(scratch, offset); in CallRecordWriteStub() 4094 bnezalc(scratch, offset); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 1628 void Assembler::bnezalc(Register rt, int16_t offset) { in bnezalc() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 457 void bnezalc(Register rt, int16_t offset); 458 inline void bnezalc(Register rt, Label* L) { in bnezalc() function 459 bnezalc(rt, shifted_branch_offset(L)); in bnezalc()
|
H A D | macro-assembler-mips.cc | 3352 bnezalc(scratch, offset); in CallRecordWriteStub() 3371 bnezalc(scratch, offset); in CallRecordWriteStub() 3408 bnezalc(scratch, offset); in CallRecordWriteStub() 3437 bnezalc(scratch, offset); in CallRecordWriteStub() 3451 bnezalc(scratch, offset); in CallRecordWriteStub()
|
H A D | assembler-mips.cc | 1684 void Assembler::bnezalc(Register rt, int16_t offset) { in bnezalc() function in v8::internal::Assembler
|
Completed in 38 milliseconds