Searched refs:opcodes (Results 1 – 17 of 17) sorted by relevance
165 index = opcodes.index(tokens[1])185 index = opcodes.index(tokens[1])201 op = opcodes[i]234 opcodes = []241 opcodes.append("OP_" + match.group(1))244 if len(opcodes) != kNumPackedOpcodes:246 % (len(opcodes), kNumPackedOpcodes)248 return opcodes259 assert len(opcodes) == kNumPackedOpcodes275 op = opcodes[i][all …]
27 # common defs for the C opcodes
32 # common defs for the C opcodes
34 # common defs for the C opcodes
128 opcodes are emitted when this is seen, followed by any code that134 Typically the form in which most opcodes currently exist is used in
127 index = opcodes.index(tokens[1])153 opcodes = []160 opcodes.append("TEMPLATE_" + match.group(1))163 return opcodes178 for i in xrange(len(opcodes)):179 op = opcodes[i]196 op = opcodes[opindex]340 opcodes = getOpcodeList() variable
358 Dop[] opcodes = makeOpcodesArray(); in finishProcessingAndGetList() local359 reserveRegisters(opcodes); in finishProcessingAndGetList()360 massageInstructions(opcodes); in finishProcessingAndGetList()395 private void reserveRegisters(Dop[] opcodes) { in reserveRegisters() argument403 int newReservedCount = calculateReservedCount(opcodes); in reserveRegisters()446 private int calculateReservedCount(Dop[] opcodes) { in calculateReservedCount() argument459 Dop originalOpcode = opcodes[i]; in calculateReservedCount()477 opcodes[i] = newOpcode; in calculateReservedCount()553 private void massageInstructions(Dop[] opcodes) { in massageInstructions() argument567 Dop currentOpcode = opcodes[i]; in massageInstructions()[all …]
1 This is a smoke test of many Dalvik opcodes.
1 This tests branch opcodes to verify that their arguments are actually of
16 Notes on updating the sets of defined opcodes and instruction formats21 If you want to add, delete, or change opcodes:53 This is a more manual affair than changing opcodes.73 particular, test 003-omnibus-opcodes will exercise most of the74 opcodes.
27 # opcodes effectively take three, with a destination and two sources60 # unknown -- used for undefined opcodes and breakpoint83 # Regular opcodes (with a couple holes)309 # Optimized opcodes (not valid in an unoptimized dex file)
1 This tests that load and store opcodes verify that their arguments are
1 This tests that the various "objecty" opcodes verify that their
1 This tests that the various stack manipulation opcodes verify that their
1 This tests that wide-taking (category-2) "calculation" opcodes (math
1 This tests that return opcodes verify that their arguments are actually of
1 This tests that non-wide-taking (category-1) "calculation" opcodes (math