Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h815 void bc1t(int16_t offset, uint16_t cc = 0);
816 inline void bc1t(Label* L, uint16_t cc = 0) { in bc1t() function
817 bc1t(shifted_branch_offset(L), cc); in bc1t()
H A Dmacro-assembler-mips64.cc2838 bc1t(target); in CallRecordWriteStub()
H A Dassembler-mips64.cc3148 void Assembler::bc1t(int16_t offset, uint16_t cc) { in bc1t() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h755 void bc1t(int16_t offset, uint16_t cc = 0);
756 inline void bc1t(Label* L, uint16_t cc = 0) { in bc1t() function
757 bc1t(shifted_branch_offset(L), cc); in bc1t()
H A Dassembler-mips.cc2942 void Assembler::bc1t(int16_t offset, uint16_t cc) { in bc1t() function in v8::internal::Assembler
H A Dmacro-assembler-mips.cc2187 bc1t(target); in CallRecordWriteStub()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc275 // Print the integer value of the cc field for the bc1t/f instructions.
1668 Format(instr, "bc1t 'bc, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()

Completed in 45 milliseconds