Lines Matching refs:InstructionBits
618 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask; in PrintMsaDataFormat()
1383 if (0x0 == static_cast<int>(instr->InstructionBits())) in DecodeTypeRegisterSPECIAL()
2303 uint32_t opcode = instr->InstructionBits() & kMsaI8Mask; in DecodeTypeMsaI8()
2342 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI5()
2384 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI10()
2393 uint32_t opcode = instr->InstructionBits() & kMsaELMMask; in DecodeTypeMsaELM()
2440 uint32_t opcode = instr->InstructionBits() & kMsaBITMask; in DecodeTypeMsaBIT()
2485 uint32_t opcode = instr->InstructionBits() & kMsaMI10Mask; in DecodeTypeMsaMI10()
2500 uint32_t opcode = instr->InstructionBits() & kMsa3RMask; in DecodeTypeMsa3R()
2697 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask; in DecodeTypeMsa3RF()
2828 uint32_t opcode = instr->InstructionBits() & kMsaVECMask; in DecodeTypeMsaVec()
2857 uint32_t opcode = instr->InstructionBits() & kMsa2RMask; in DecodeTypeMsa2R()
2878 uint32_t opcode = instr->InstructionBits() & kMsa2RFMask; in DecodeTypeMsa2RF()
2941 "%08x ", instr->InstructionBits()); in InstructionDecode()