Searched refs:bc1t (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 815 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 D | macro-assembler-mips64.cc | 2838 bc1t(target); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 3148 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 D | assembler-mips.h | 755 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 D | assembler-mips.cc | 2942 void Assembler::bc1t(int16_t offset, uint16_t cc) { in bc1t() function in v8::internal::Assembler
|
H A D | macro-assembler-mips.cc | 2187 bc1t(target); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 275 // 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