Searched refs:opcodes (Results 1 – 10 of 10) sorted by relevance
412 Dop[] opcodes = makeOpcodesArray(); in finishProcessingAndGetList() local413 reserveRegisters(opcodes); in finishProcessingAndGetList()415 align64bits(opcodes); in finishProcessingAndGetList()417 massageInstructions(opcodes); in finishProcessingAndGetList()454 private boolean reserveRegisters(Dop[] opcodes) { in reserveRegisters() argument463 int newReservedCount = calculateReservedCount(opcodes); in reserveRegisters()510 private int calculateReservedCount(Dop[] opcodes) { in calculateReservedCount() argument523 Dop originalOpcode = opcodes[i]; in calculateReservedCount()541 opcodes[i] = newOpcode; in calculateReservedCount()624 private void massageInstructions(Dop[] opcodes) { in massageInstructions() argument[all …]
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 sources61 # unknown -- used for undefined opcodes and breakpoint88 # Regular opcodes (with a couple holes)314 # Optimized opcodes (not valid in an unoptimized dex file)
1 This tests branch opcodes to verify that their arguments are actually of
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