Lines Matching defs:opcode
618 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask;
619 switch (opcode) {
2303 uint32_t opcode = instr->InstructionBits() & kMsaI8Mask;
2305 switch (opcode) {
2342 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask;
2344 switch (opcode) {
2384 uint32_t opcode = instr->InstructionBits() & kMsaI5Mask;
2385 if (opcode == LDI) {
2393 uint32_t opcode = instr->InstructionBits() & kMsaELMMask;
2394 switch (opcode) {
2440 uint32_t opcode = instr->InstructionBits() & kMsaBITMask;
2442 switch (opcode) {
2485 uint32_t opcode = instr->InstructionBits() & kMsaMI10Mask;
2486 if (opcode == MSA_LD) {
2490 } else if (opcode == MSA_ST) {
2500 uint32_t opcode = instr->InstructionBits() & kMsa3RMask;
2501 switch (opcode) {
2697 uint32_t opcode = instr->InstructionBits() & kMsa3RFMask;
2698 switch (opcode) {
2828 uint32_t opcode = instr->InstructionBits() & kMsaVECMask;
2829 switch (opcode) {
2857 uint32_t opcode = instr->InstructionBits() & kMsa2RMask;
2858 switch (opcode) {
2878 uint32_t opcode = instr->InstructionBits() & kMsa2RFMask;
2879 switch (opcode) {