Home
last modified time | relevance | path

Searched refs:instruction1 (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java514 private boolean matchingOpcodes(Instruction instruction1, in matchingOpcodes() argument
518 return instruction1.opcode == instruction2.opcode || in matchingOpcodes()
519 instruction1.canonicalOpcode() == instruction2.opcode; in matchingOpcodes()
/external/valgrind/none/tests/mips32/
Dmips32_dspr2.c382 #define TESTDSPINST_PICK(instruction, instruction1, RSval, RTval, RD, RS, RT) \ argument
392 instruction1 " \n\t" \
401 instruction, instruction1, RSval, RTval, out, dspCtrl1); \
Dmips32_dsp.c366 #define TESTDSPINST_PICK(instruction, instruction1, RSval, RTval, RD, RS, RT) \ argument
376 instruction1 " \n\t" \
385 instruction, instruction1, RSval, RTval, out, dspCtrl1); \