Searched defs:GOTO_OPCODE (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/mips/
H A Dheader.S262 #define GOTO_OPCODE(rd) sll rd, rd, ${handler_size_bits}; \ define
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/
H A Dmterp_mips.S269 #define GOTO_OPCODE(rd) sll rd, rd, 7; \ define
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(t
[all...]

Completed in 3047 milliseconds