Home
last modified time | relevance | path

Searched refs:bltzal (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1884 Format(instr, "bltzal 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h430 void bltzal(Register rs, int16_t offset);
431 void nal() { bltzal(zero_reg, 0); } in nal()
H A Dmacro-assembler-mips64.cc4109 // 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 Dassembler-mips64.cc1549 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 Dassembler-mips.h431 void bltzal(Register rs, int16_t offset);
432 void nal() { bltzal(zero_reg, 0); } in nal()
H A Dmacro-assembler-mips.cc3466 // 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 Dassembler-mips.cc1605 void Assembler::bltzal(Register rs, int16_t offset) { in bltzal() function in v8::internal::Assembler

Completed in 51 milliseconds