Lines Matching defs:opcode
577 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask;
578 switch (opcode) {
2016 uint32_t opcode = instr->InstructionBits() & kMsaI8Mask;
2018 switch (opcode) {
2055 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask;
2057 switch (opcode) {
2097 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask;
2098 if (opcode == LDI) {
2106 uint32_t opcode = instr->InstructionBits() & kMsaELMMask;
2107 switch (opcode) {
2153 uint32_t opcode = instr->InstructionBits() & kMsaBITMask;
2155 switch (opcode) {
2198 uint32_t opcode = instr->InstructionBits() & kMsaMI10Mask;
2199 if (opcode == MSA_LD) {
2203 } else if (opcode == MSA_ST) {
2213 uint32_t opcode = instr->InstructionBits() & kMsa3RMask;
2214 switch (opcode) {
2410 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask;
2411 switch (opcode) {
2541 uint32_t opcode = instr->InstructionBits() & kMsaVECMask;
2542 switch (opcode) {
2570 uint32_t opcode = instr->InstructionBits() & kMsa2RMask;
2571 switch (opcode) {
2591 uint32_t opcode = instr->InstructionBits() & kMsa2RFMask;
2592 switch (opcode) {