Searched refs:instruction (Results 126 - 150 of 300) sorted by relevance

1234567891011>>

/art/runtime/interpreter/mterp/mips/
H A Dop_monitor_exit.S5 * if they happened at the following instruction. See the Dalvik
6 * instruction spec.
17 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move.S14 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_16.S14 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_exception.S8 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_from16.S14 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_result.S14 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_result_wide.S8 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_wide.S10 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_wide_16.S10 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_move_wide_from16.S10 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_sget.S25 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_sget_wide.S17 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_sput.S19 GOTO_OPCODE(t0) # jump to next instruction
H A Dop_sput_wide.S17 GOTO_OPCODE(t0) # jump to next instruction
H A DunopNarrower.S4 * that specifies an instruction that performs "result = op a0/a1", where
10 * (This would work for long-to-int, but that instruction is actually
24 GOTO_OPCODE(t0) # jump to next instruction
H A DunopWide.S4 * specifies an instruction that performs "result = op a0/a1".
5 * This could be MIPS instruction or a function call.
19 GOTO_OPCODE(t0) # jump to next instruction
H A DunopWider.S4 * that specifies an instruction that performs "result = op a0", where
18 GOTO_OPCODE(t0) # jump to next instruction
/art/runtime/interpreter/mterp/mips64/
H A Dbinop.S4 * specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
30 GOTO_OPCODE v0 # jump to next instruction
H A Dbinop2addr.S4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
30 GOTO_OPCODE v0 # jump to next instruction
H A DbinopLit16.S4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be an MIPS instruction or a function call. (If the result
27 GOTO_OPCODE v0 # jump to next instruction
H A DbinopLit8.S4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be an MIPS instruction or a function call. (If the result
28 GOTO_OPCODE v0 # jump to next instruction
H A DbinopWide.S4 * specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
30 GOTO_OPCODE v0 # jump to next instruction
H A DbinopWide2addr.S4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
30 GOTO_OPCODE v0 # jump to next instruction
H A Dfbinop.S18 GOTO_OPCODE v0 # jump to next instruction
H A Dfbinop2addr.S17 GOTO_OPCODE v0 # jump to next instruction

Completed in 167 milliseconds

1234567891011>>