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 262 #define GOTO_OPCODE(rd) sll rd, rd, ${handler_size_bits}; \
327 /* Combination of the SET_VREG and GOTO_OPCODE functions to save 1 instruction */
341 /* Combination of the SET_VREG64 and GOTO_OPCODE functions to save 1 instruction */
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 269 #define GOTO_OPCODE(rd) sll rd, rd, 7; \
334 /* Combination of the SET_VREG and GOTO_OPCODE functions to save 1 instruction */
348 /* Combination of the SET_VREG64 and GOTO_OPCODE functions to save 1 instruction */
559 GOTO_OPCODE(t0) # jump to next instruction
574 GOTO_OPCODE(t0) # jump to next instruction
592 GOTO_OPCODE(t0) # jump to next instruction
610 GOTO_OPCODE(t0) # jump to next instruction
628 GOTO_OPCODE(t0) # jump to next instruction
643 GOTO_OPCODE(t0) # jump to next instruction
658 GOTO_OPCODE(t0) # jump to next instructio
    [all...]

Completed in 473 milliseconds