Searched refs:dec (Results 1 – 1 of 1) sorted by relevance
152 Instruction dec = {}; in DecodeInstruction() local153 dec.opcode = opcode; in DecodeInstruction()157 return dec; in DecodeInstruction()159 dec.vA = InstA(inst); in DecodeInstruction()160 dec.vB = InstB(inst); in DecodeInstruction()161 return dec; in DecodeInstruction()163 dec.vA = InstA(inst); in DecodeInstruction()164 dec.vB = s4(InstB(inst) << 28) >> 28; // sign extend 4-bit value in DecodeInstruction()165 return dec; in DecodeInstruction()167 dec.vA = InstAA(inst); in DecodeInstruction()[all …]