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

/dalvik/vm/mterp/armv5te/
H A Dheader.S171 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #${handler_size_bits} define
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 define
312 GOTO_OPCODE(ip)
317 GOTO_OPCODE(ip) @ jump to next instruction
365 GOTO_OPCODE(ip) @ execute it
390 GOTO_OPCODE(ip) @ execute next instruction
404 GOTO_OPCODE(ip) @ jump to next instruction
418 GOTO_OPCODE(ip) @ jump to next instruction
435 GOTO_OPCODE(ip) @ jump to next instruction
451 GOTO_OPCODE(ip) @ jump to next instruction
467 GOTO_OPCODE(i
[all...]
H A DInterpAsm-armv5te.S178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 define
312 GOTO_OPCODE(ip)
317 GOTO_OPCODE(ip) @ jump to next instruction
365 GOTO_OPCODE(ip) @ execute it
390 GOTO_OPCODE(ip) @ execute next instruction
404 GOTO_OPCODE(ip) @ jump to next instruction
418 GOTO_OPCODE(ip) @ jump to next instruction
435 GOTO_OPCODE(ip) @ jump to next instruction
451 GOTO_OPCODE(ip) @ jump to next instruction
467 GOTO_OPCODE(i
[all...]
H A DInterpAsm-armv7-a-neon.S178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 define
326 GOTO_OPCODE(ip)
331 GOTO_OPCODE(ip) @ jump to next instruction
379 GOTO_OPCODE(ip) @ execute it
403 GOTO_OPCODE(ip) @ execute next instruction
417 GOTO_OPCODE(ip) @ jump to next instruction
431 GOTO_OPCODE(ip) @ jump to next instruction
447 GOTO_OPCODE(ip) @ jump to next instruction
463 GOTO_OPCODE(ip) @ jump to next instruction
479 GOTO_OPCODE(i
[all...]
H A DInterpAsm-armv7-a.S178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 define
326 GOTO_OPCODE(ip)
331 GOTO_OPCODE(ip) @ jump to next instruction
379 GOTO_OPCODE(ip) @ execute it
403 GOTO_OPCODE(ip) @ execute next instruction
417 GOTO_OPCODE(ip) @ jump to next instruction
431 GOTO_OPCODE(ip) @ jump to next instruction
447 GOTO_OPCODE(ip) @ jump to next instruction
463 GOTO_OPCODE(ip) @ jump to next instruction
479 GOTO_OPCODE(i
[all...]
H A DInterpAsm-mips.S119 #define GOTO_OPCODE(rd) sll rd, rd, 7; \ define
465 GOTO_OPCODE(t0) # jump to next instruction
470 GOTO_OPCODE(t0) # jump to next instruction
509 GOTO_OPCODE(t0) # execute it
576 GOTO_OPCODE(t0) # jump to next instruction
593 GOTO_OPCODE(t0) # jump to next instruction
610 GOTO_OPCODE(t0) # jump to next instruction
686 GOTO_OPCODE(t0) # jump to next instruction
716 GOTO_OPCODE(t0) # jump to next instruction
845 GOTO_OPCODE(t
[all...]
/dalvik/vm/mterp/mips/
H A Dheader.S112 #define GOTO_OPCODE(rd) sll rd, rd, ${handler_size_bits}; \ define
/dalvik/vm/compiler/template/mips/
H A Dheader.S180 #define GOTO_OPCODE(rd) sll rd, rd, ${handler_size_bits}; \ define
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-mips.S187 #define GOTO_OPCODE(rd) sll rd, rd, -1000; \ define

Completed in 107 milliseconds