Searched refs:Msa2RFInstrHelper (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 5907 T_int Msa2RFInstrHelper(uint32_t opcode, T_src src, T_dst& dst, in Msa2RFInstrHelper() function 6205 Msa2RFInstrHelper<int32_t, float>(opcode, ws.w[i], wd.w[i], this); in DecodeTypeMsa2RF() 6210 Msa2RFInstrHelper<int64_t, double>(opcode, ws.d[i], wd.d[i], this); in DecodeTypeMsa2RF()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 6138 T_int Msa2RFInstrHelper(uint32_t opcode, T_src src, T_dst& dst, in Msa2RFInstrHelper() function 6436 Msa2RFInstrHelper<int32_t, float>(opcode, ws.w[i], wd.w[i], this); in DecodeTypeMsa2RF() 6441 Msa2RFInstrHelper<int64_t, double>(opcode, ws.d[i], wd.d[i], this); in DecodeTypeMsa2RF()
|