Searched refs:GenInstrMsaMI10 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | assembler-mips.cc | 1419 void Assembler::GenInstrMsaMI10(SecondaryField operation, int32_t s10, in GenInstrMsaMI10() function in v8::internal::Assembler 3272 GenInstrMsaMI10(opcode, source.offset(), source.rm(), wd); \ 3278 GenInstrMsaMI10(opcode, 0, scratch, wd); \
|
D | assembler-mips.h | 2083 void GenInstrMsaMI10(SecondaryField operation, int32_t s10, Register rs,
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 1383 void Assembler::GenInstrMsaMI10(SecondaryField operation, int32_t s10, in GenInstrMsaMI10() function in v8::internal::Assembler 3589 GenInstrMsaMI10(opcode, source.offset(), source.rm(), wd); \ 3595 GenInstrMsaMI10(opcode, 0, scratch, wd); \
|
D | assembler-mips64.h | 2148 void GenInstrMsaMI10(SecondaryField operation, int32_t s10, Register rs,
|