HomeSort by relevance Sort by last modified time
    Searched defs:GOTO_OPCODE (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/mterp/mips/
header.S 315 #define GOTO_OPCODE(rd) \
438 /* Combination of the SET_VREG and GOTO_OPCODE functions to save 1 instruction */
464 /* Combination of the SET_VREG_OBJECT and GOTO_OPCODE functions to save 1 instruction */
490 /* Combination of the SET_VREG64 and GOTO_OPCODE functions to save 1 instruction */
520 /* Combination of the SET_VREG_F and GOTO_OPCODE functions to save 1 instruction */
546 /* Combination of the SET_VREG64_F and GOTO_OPCODE functions to save 1 instruction */
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 322 #define GOTO_OPCODE(rd) \
445 /* Combination of the SET_VREG and GOTO_OPCODE functions to save 1 instruction */
471 /* Combination of the SET_VREG_OBJECT and GOTO_OPCODE functions to save 1 instruction */
497 /* Combination of the SET_VREG64 and GOTO_OPCODE functions to save 1 instruction */
527 /* Combination of the SET_VREG_F and GOTO_OPCODE functions to save 1 instruction */
553 /* Combination of the SET_VREG64_F and GOTO_OPCODE functions to save 1 instruction */
806 GOTO_OPCODE(t0) # jump to next instruction
821 GOTO_OPCODE(t0) # jump to next instruction
    [all...]

Completed in 66 milliseconds