OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GOTO_OPCODE
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/mterp/armv5te/
header.S
171
#define
GOTO_OPCODE
(_reg) add pc, rIBASE, _reg, lsl #${handler_size_bits}
/dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S
178
#define
GOTO_OPCODE
(_reg) add pc, rIBASE, _reg, lsl #6
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
(ip) @ jump to next instructio
[
all
...]
InterpAsm-armv5te.S
178
#define
GOTO_OPCODE
(_reg) add pc, rIBASE, _reg, lsl #6
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
(ip) @ jump to next instructio
[
all
...]
InterpAsm-armv7-a-neon.S
178
#define
GOTO_OPCODE
(_reg) add pc, rIBASE, _reg, lsl #6
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
(ip) @ jump to next instructio
[
all
...]
InterpAsm-armv7-a.S
178
#define
GOTO_OPCODE
(_reg) add pc, rIBASE, _reg, lsl #6
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
(ip) @ jump to next instructio
[
all
...]
InterpAsm-mips.S
119
#define
GOTO_OPCODE
(rd) sll rd, rd, 7; \
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
(t0) # jump to next instructio
[
all
...]
/dalvik/vm/mterp/mips/
header.S
112
#define
GOTO_OPCODE
(rd) sll rd, rd, ${handler_size_bits}; \
/dalvik/vm/compiler/template/mips/
header.S
180
#define
GOTO_OPCODE
(rd) sll rd, rd, ${handler_size_bits}; \
/dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S
187
#define
GOTO_OPCODE
(rd) sll rd, rd, -1000; \
[
all
...]
Completed in 1063 milliseconds