Searched refs:GenInstrMsaMI10 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 1342 void Assembler::GenInstrMsaMI10(SecondaryField operation, int32_t s10, in GenInstrMsaMI10() function in v8::internal::Assembler 2987 GenInstrMsaMI10(opcode, source.offset(), source.rm(), wd); \ 2993 GenInstrMsaMI10(opcode, 0, scratch, wd); \
|
H A D | assembler-mips.h | 1749 void GenInstrMsaMI10(SecondaryField operation, int32_t s10, Register rs,
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 1271 void Assembler::GenInstrMsaMI10(SecondaryField operation, int32_t s10, in GenInstrMsaMI10() function in v8::internal::Assembler 3194 GenInstrMsaMI10(opcode, source.offset() / b, source.rm(), wd); \ 3200 GenInstrMsaMI10(opcode, 0, scratch, wd); \
|
H A D | assembler-mips64.h | 1785 void GenInstrMsaMI10(SecondaryField operation, int32_t s10, Register rs,
|
Completed in 22 milliseconds