Lines Matching refs:InstructionBits
652 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask; in PrintMsaDataFormat()
1435 if (0x0 == static_cast<int>(instr->InstructionBits())) in DecodeTypeRegisterSPECIAL()
2366 uint32_t opcode = instr->InstructionBits() & kMsaI8Mask; in DecodeTypeMsaI8()
2405 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI5()
2447 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask; in DecodeTypeMsaI10()
2456 uint32_t opcode = instr->InstructionBits() & kMsaELMMask; in DecodeTypeMsaELM()
2503 uint32_t opcode = instr->InstructionBits() & kMsaBITMask; in DecodeTypeMsaBIT()
2548 uint32_t opcode = instr->InstructionBits() & kMsaMI10Mask; in DecodeTypeMsaMI10()
2563 uint32_t opcode = instr->InstructionBits() & kMsa3RMask; in DecodeTypeMsa3R()
2760 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask; in DecodeTypeMsa3RF()
2891 uint32_t opcode = instr->InstructionBits() & kMsaVECMask; in DecodeTypeMsaVec()
2920 uint32_t opcode = instr->InstructionBits() & kMsa2RMask; in DecodeTypeMsa2R()
2941 uint32_t opcode = instr->InstructionBits() & kMsa2RFMask; in DecodeTypeMsa2RF()
3006 instr->InstructionBits()); in InstructionDecode()