Searched refs:HORIZONTAL_ARITHMETIC_DF (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 5216 #define HORIZONTAL_ARITHMETIC_DF(num_of_lanes, int_type, lesser_int_type) \ in DecodeTypeMsa3R() macro 5223 HORIZONTAL_ARITHMETIC_DF(kMSALanesHalf, int16_t, int8_t); in DecodeTypeMsa3R() 5226 HORIZONTAL_ARITHMETIC_DF(kMSALanesWord, int32_t, int16_t); in DecodeTypeMsa3R() 5229 HORIZONTAL_ARITHMETIC_DF(kMSALanesDword, int64_t, int32_t); in DecodeTypeMsa3R() 5235 #undef HORIZONTAL_ARITHMETIC_DF in DecodeTypeMsa3R()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 5440 #define HORIZONTAL_ARITHMETIC_DF(num_of_lanes, int_type, lesser_int_type) \ in DecodeTypeMsa3R() macro 5447 HORIZONTAL_ARITHMETIC_DF(kMSALanesHalf, int16_t, int8_t); in DecodeTypeMsa3R() 5450 HORIZONTAL_ARITHMETIC_DF(kMSALanesWord, int32_t, int16_t); in DecodeTypeMsa3R() 5453 HORIZONTAL_ARITHMETIC_DF(kMSALanesDword, int64_t, int32_t); in DecodeTypeMsa3R() 5459 #undef HORIZONTAL_ARITHMETIC_DF in DecodeTypeMsa3R()
|