HomeSort by relevance Sort by last modified time
    Searched full:currentopcode (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 630 Dop currentOpcode = opcodes[i];
632 if (originalOpcode != currentOpcode) {
633 insns.set(i, insn.withOpcode(currentOpcode));
665 Dop currentOpcode = opcodes[i];
669 if (currentOpcode != null) {
675 currentOpcode = findExpandedOpcodeForInsn(insn);
677 currentOpcode.getFormat().compatibleRegs(insn);
707 if (currentOpcode != originalOpcode) {
708 insn = insn.withOpcode(currentOpcode);
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 888 uint8_t currentOpcode;
890 for (currentOpcode = opcodeToSet;
891 currentOpcode < opcodeToSet + 8;
892 ++currentOpcode)
895 currentOpcode,
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 960 uint8_t currentOpcode;
962 for (currentOpcode = opcodeToSet;
963 currentOpcode < opcodeToSet + 8;
964 ++currentOpcode)
967 currentOpcode,
    [all...]

Completed in 259 milliseconds