Searched refs:rrinst (Results 1 – 2 of 2) sorted by relevance
2407 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local2408 int r1 = rrinst->R1Value(); in DecodeTwoByte()2409 int r2 = rrinst->R2Value(); in DecodeTwoByte()2475 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local2476 int r1 = rrinst->R1Value(); in DecodeTwoByte()2477 int r2 = rrinst->R2Value(); in DecodeTwoByte()2482 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local2483 int r1 = rrinst->R1Value(); in DecodeTwoByte()2484 int r2 = rrinst->R2Value(); in DecodeTwoByte()2490 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local[all …]
415 class rrinst<int opc, string asmstr>424 def ADD_rr : rrinst<0b111, "add">;426 def SUB_rr : rrinst<0b101, "sub">;428 def MUL_rr : rrinst<0b100, "mul">;