Searched refs:bltzal (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 1884 Format(instr, "bltzal 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 430 void bltzal(Register rs, int16_t offset); 431 void nal() { bltzal(zero_reg, 0); } in nal()
|
H A D | macro-assembler-mips64.cc | 4109 // Pre r6 we need to use a bgezal or bltzal, but they can't be used directly in CallRecordWriteStub() 4151 bltzal(scratch, offset); in CallRecordWriteStub() 4163 bltzal(scratch, offset); in CallRecordWriteStub() 4177 bltzal(scratch, offset); in CallRecordWriteStub() 4189 bltzal(scratch, offset); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 1549 void Assembler::bltzal(Register rs, int16_t offset) { in bltzal() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 431 void bltzal(Register rs, int16_t offset); 432 void nal() { bltzal(zero_reg, 0); } in nal()
|
H A D | macro-assembler-mips.cc | 3466 // Pre r6 we need to use a bgezal or bltzal, but they can't be used directly in CallRecordWriteStub() 3508 bltzal(scratch, offset); in CallRecordWriteStub() 3520 bltzal(scratch, offset); in CallRecordWriteStub() 3534 bltzal(scratch, offset); in CallRecordWriteStub() 3546 bltzal(scratch, offset); in CallRecordWriteStub()
|
H A D | assembler-mips.cc | 1605 void Assembler::bltzal(Register rs, int16_t offset) { in bltzal() function in v8::internal::Assembler
|
Completed in 51 milliseconds