Home
last modified time | relevance | path

Searched refs:currentOpcode (Results 1 – 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DOutputFinisher.java567 Dop currentOpcode = opcodes[i]; in massageInstructions() local
569 if (originalOpcode != currentOpcode) { in massageInstructions()
570 insns.set(i, insn.withOpcode(currentOpcode)); in massageInstructions()
600 Dop currentOpcode = opcodes[i]; in performExpansion() local
604 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()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp889 uint8_t currentOpcode; in emitDecodePath() local
891 for (currentOpcode = opcodeToSet; in emitDecodePath()
892 currentOpcode < opcodeToSet + 8; in emitDecodePath()
893 ++currentOpcode) in emitDecodePath()
896 currentOpcode, in emitDecodePath()