Searched refs:MsaI5InstrHelper (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | simulator-mips64.h | 398 T MsaI5InstrHelper(uint32_t opcode, T ws, int32_t i5);
|
D | simulator-mips64.cc | 4638 T Simulator::MsaI5InstrHelper(uint32_t opcode, T ws, int32_t i5) { in MsaI5InstrHelper() function in v8::internal::Simulator 4698 wd.elem[i] = MsaI5InstrHelper(opcode, ws.elem[i], i5); \ in DecodeTypeMsaI5()
|
/external/v8/src/mips/ |
D | simulator-mips.h | 389 T MsaI5InstrHelper(uint32_t opcode, T ws, int32_t i5);
|
D | simulator-mips.cc | 4427 T Simulator::MsaI5InstrHelper(uint32_t opcode, T ws, int32_t i5) { in MsaI5InstrHelper() function in v8::internal::Simulator 4487 wd.elem[i] = MsaI5InstrHelper(opcode, ws.elem[i], i5); \ in DecodeTypeMsaI5()
|