/dalvik/dx/tests/051-dex-explicit-null/ |
expected.txt | 2 regs: 0001; ins: 0000; outs: 0000 6 regs: 0003; ins: 0001; outs: 0000
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form12x.java | 46 RegisterSpecList regs = insn.getRegisters(); local 47 int sz = regs.size(); 55 return regs.get(sz - 2).regString() + ", " + 56 regs.get(sz - 1).regString(); 79 RegisterSpecList regs = insn.getRegisters(); local 83 switch (regs.size()) { 85 rs1 = regs.get(0); 86 rs2 = regs.get(1); 94 rs1 = regs.get(1); 95 rs2 = regs.get(2) 119 RegisterSpecList regs = insn.getRegisters(); local [all...] |
Form22t.java | 44 RegisterSpecList regs = insn.getRegisters(); local 45 return regs.get(0).regString() + ", " + regs.get(1).regString() + 64 RegisterSpecList regs = insn.getRegisters(); local 67 (regs.size() == 2) && 68 unsignedFitsInNibble(regs.get(0).getReg()) && 69 unsignedFitsInNibble(regs.get(1).getReg()))) { 95 RegisterSpecList regs = insn.getRegisters(); local 100 makeByte(regs.get(0).getReg(), regs.get(1).getReg())) [all...] |
Form22x.java | 44 RegisterSpecList regs = insn.getRegisters(); local 45 return regs.get(0).regString() + ", " + regs.get(1).regString(); 64 RegisterSpecList regs = insn.getRegisters(); local 67 (regs.size() == 2) && 68 unsignedFitsInByte(regs.get(0).getReg()) && 69 unsignedFitsInShort(regs.get(1).getReg()); 81 RegisterSpecList regs = insn.getRegisters(); local 83 opcodeUnit(insn, regs.get(0).getReg()), 84 (short) regs.get(1).getReg()) [all...] |
Form32x.java | 44 RegisterSpecList regs = insn.getRegisters(); local 45 return regs.get(0).regString() + ", " + regs.get(1).regString(); 64 RegisterSpecList regs = insn.getRegisters(); local 66 (regs.size() == 2) && 67 unsignedFitsInShort(regs.get(0).getReg()) && 68 unsignedFitsInShort(regs.get(1).getReg()); 80 RegisterSpecList regs = insn.getRegisters(); local 84 (short) regs.get(0).getReg(), 85 (short) regs.get(1).getReg()) [all...] |
Form3rc.java | 48 RegisterSpecList regs = insn.getRegisters(); local 49 int size = regs.size(); 60 sb.append(regs.get(0).regString()); 64 RegisterSpec lastReg = regs.get(size - 1); 73 sb.append(regs.get(0).regString()); 121 RegisterSpecList regs = ci.getRegisters(); local 122 int sz = regs.size(); 128 int first = regs.get(0).getReg(); 136 RegisterSpec one = regs.get(i); 155 RegisterSpecList regs = insn.getRegisters() local [all...] |
/external/kernel-headers/original/asm-x86/ |
elf.h | 104 /* regs is struct pt_regs, pr_reg is elf_gregset_t (which is 107 #define ELF_CORE_COPY_REGS(pr_reg, regs) \ 108 pr_reg[0] = regs->ebx; \ 109 pr_reg[1] = regs->ecx; \ 110 pr_reg[2] = regs->edx; \ 111 pr_reg[3] = regs->esi; \ 112 pr_reg[4] = regs->edi; \ 113 pr_reg[5] = regs->ebp; \ 114 pr_reg[6] = regs->eax; \ 115 pr_reg[7] = regs->xds & 0xffff; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_wimpvideo.c | 201 _kernel_swi_regs regs; local 212 regs.r[0] = (int)vars; 213 regs.r[1] = (int)vals; 214 _kernel_swi(OS_ReadVduVariables, ®s, ®s); 249 _kernel_swi_regs regs; local 293 regs.r[1] = (unsigned int)(window_block); 296 if (_kernel_swi(Wimp_CreateWindow, ®s, ®s) == NULL) 298 this->hidden->window_handle = window_data[0] = regs.r[0] 318 _kernel_swi_regs regs; local 327 _kernel_swi_regs regs; local 386 _kernel_swi_regs regs; local 428 _kernel_swi_regs regs; local [all...] |
SDL_riscosFullScreenVideo.c | 99 _kernel_swi_regs regs; local 149 regs.r[0] = -1; /* -1 for current screen mode */ 152 regs.r[1] = 6; // Screen Width in bytes 153 _kernel_swi(OS_ReadModeVariable, ®s, ®s); 155 current->pitch = regs.r[2]; 159 regs.r[0] = 2; /* Screen area */ 160 _kernel_swi(OS_ReadDynamicArea, ®s, ®s); 163 regs.r[0] = 2; /* Screen area * 295 _kernel_swi_regs regs; local 362 _kernel_swi_regs regs; local 486 _kernel_swi_regs regs; local 535 _kernel_swi_regs regs; local 621 _kernel_swi_regs regs; local 629 _kernel_swi_regs regs; local 639 _kernel_swi_regs regs; local 650 _kernel_swi_regs regs; local 672 _kernel_swi_regs regs; local 727 _kernel_swi_regs regs; local [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/ |
TSuper.d | 20 .limit regs 2 29 .limit regs 3 35 .limit regs 3 44 .limit regs 3 50 .limit regs 3 56 .limit regs 3 62 .limit regs 4
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/ |
TSuper.d | 20 .limit regs 2 29 .limit regs 3 35 .limit regs 3 44 .limit regs 3 50 .limit regs 3 56 .limit regs 3 62 .limit regs 4
|
/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int/d/ |
T_rsub_int_1.d | 21 .limit regs 1 28 .limit regs 4 35 .limit regs 4 42 .limit regs 4 49 .limit regs 4 56 .limit regs 4 63 .limit regs 4
|
/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int_lit8/d/ |
T_rsub_int_lit8_1.d | 21 .limit regs 1 28 .limit regs 4 35 .limit regs 4 42 .limit regs 4 49 .limit regs 4 56 .limit regs 4 63 .limit regs 4
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmpcispi.c | 61 spih_regs_t *regs; /* SPI Controller Registers */ member in struct:spih_info_ 113 sd_err(("Mapped PCI Core regs to BAR0 at %p\n", si->pciregs)); 116 si->regs = (spih_regs_t *)spi_reg_map(osh, 119 sd_err(("Mapped SPI Controller regs to BAR1 at %p\n", si->regs)); 121 si->regs = (spih_regs_t *)spi_reg_map(osh, 124 sd_err(("Mapped SPI Controller regs to BAR0 at %p\n", si->regs)); 128 SPIPCI_WREG(osh, &si->regs->spih_ctrl, 0x000000d1); 131 SPIPCI_WREG(osh, &si->regs->spih_ext, 0x00000000) 183 spih_regs_t *regs = si->regs; local 217 spih_regs_t *regs = si->regs; local 241 spih_regs_t *regs = si->regs; local 387 spih_regs_t *regs = si->regs; local 406 spih_regs_t *regs = si->regs; local 421 spih_regs_t *regs = si->regs; local 442 spih_regs_t *regs = si->regs; local 531 spih_regs_t *regs = si->regs; local 603 spih_regs_t *regs = si->regs; local [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/ |
T_if_eq_11.d | 7 .limit regs 1 14 .limit regs 8
|
T_if_eq_2.d | 7 .limit regs 1 14 .limit regs 8
|
T_if_eq_9.d | 7 .limit regs 1 14 .limit regs 8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ge/d/ |
T_if_ge_7.d | 7 .limit regs 1 14 .limit regs 8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gt/d/ |
T_if_gt_7.d | 7 .limit regs 1 14 .limit regs 8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_le/d/ |
T_if_le_7.d | 7 .limit regs 1 14 .limit regs 8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_lt/d/ |
T_if_lt_7.d | 7 .limit regs 1 14 .limit regs 8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ne/d/ |
T_if_ne_2.d | 7 .limit regs 1 14 .limit regs 8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/d/ |
T_move_exception_3.d | 7 .limit regs 1 14 .limit regs 6
|
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_int/d/ |
T_neg_int_2.d | 7 .limit regs 1 14 .limit regs 7
|
/dalvik/dx/tests/055-dex-explicit-throw/ |
expected.txt | 2 regs: 0001; ins: 0000; outs: 0000 6 regs: 0002; ins: 0000; outs: 0000
|