Searched refs:MsaBitInstrHelper (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | simulator-mips64.h | 400 T MsaBitInstrHelper(uint32_t opcode, T wd, T ws, int32_t m);
|
D | simulator-mips64.cc | 4919 T Simulator::MsaBitInstrHelper(uint32_t opcode, T wd, T ws, int32_t m) { in MsaBitInstrHelper() function in v8::internal::Simulator 5018 wd.elem[i] = MsaBitInstrHelper(opcode, wd.elem[i], ws.elem[i], m); \ in DecodeTypeMsaBIT()
|
/external/v8/src/mips/ |
D | simulator-mips.h | 391 T MsaBitInstrHelper(uint32_t opcode, T wd, T ws, int32_t m);
|
D | simulator-mips.cc | 4694 T Simulator::MsaBitInstrHelper(uint32_t opcode, T wd, T ws, int32_t m) { in MsaBitInstrHelper() function in v8::internal::Simulator 4793 wd.elem[i] = MsaBitInstrHelper(opcode, wd.elem[i], ws.elem[i], m); \ in DecodeTypeMsaBIT()
|