Searched refs:currentOpcode (Results 1 – 2 of 2) sorted by relevance
567 Dop currentOpcode = opcodes[i]; in massageInstructions() local569 if (originalOpcode != currentOpcode) { in massageInstructions()570 insns.set(i, insn.withOpcode(currentOpcode)); in massageInstructions()600 Dop currentOpcode = opcodes[i]; in performExpansion() local604 if (currentOpcode != null) { in performExpansion()610 currentOpcode = findExpandedOpcodeForInsn(insn); in performExpansion()612 currentOpcode.getFormat().compatibleRegs(insn); in performExpansion()624 if (currentOpcode != originalOpcode) { in performExpansion()625 insn = insn.withOpcode(currentOpcode); in performExpansion()
889 uint8_t currentOpcode; in emitDecodePath() local891 for (currentOpcode = opcodeToSet; in emitDecodePath()892 currentOpcode < opcodeToSet + 8; in emitDecodePath()893 ++currentOpcode) in emitDecodePath()896 currentOpcode, in emitDecodePath()