Home
last modified time | relevance | path

Searched refs:kMsaI5Mask (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Ddisasm-mips.cc2091 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI5()
2133 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI10()
Dconstants-mips.h402 const int kMsaI5Mask = ((7U << 23) | ((1 << 6) - 1)); variable
Dsimulator-mips.cc4478 uint32_t opcode = instr_.InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI5()
4514 uint32_t opcode = instr_.InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI10()
/external/v8/src/mips64/
Ddisasm-mips64.cc2405 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI5()
2447 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI10()
Dconstants-mips64.h366 const int kMsaI5Mask = ((7U << 23) | ((1 << 6) - 1)); variable
Dsimulator-mips64.cc4689 uint32_t opcode = instr_.InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI5()
4725 uint32_t opcode = instr_.InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI10()