HomeSort by relevance Sort by last modified time
    Searched refs:PC (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfd.h     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 39 r15 (pc) can be tinkered with directly
82 /* save/restore the PC and/or FP from the thread struct */
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
94 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
149 * Fetch a half-word code unit from an offset past the current PC. The
158 * Fetch one byte from an offset past the current PC. Pass in the same
178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6
179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6
180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6
181 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #
    [all...]
InterpAsm-armv5te.S 39 r15 (pc) can be tinkered with directly
82 /* save/restore the PC and/or FP from the thread struct */
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
94 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
149 * Fetch a half-word code unit from an offset past the current PC. The
158 * Fetch one byte from an offset past the current PC. Pass in the same
178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6
179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6
180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6
181 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #
    [all...]
InterpAsm-armv7-a-neon.S 39 r15 (pc) can be tinkered with directly
82 /* save/restore the PC and/or FP from the thread struct */
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
94 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
149 * Fetch a half-word code unit from an offset past the current PC. The
158 * Fetch one byte from an offset past the current PC. Pass in the same
178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6
179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6
180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6
181 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #
    [all...]
InterpAsm-armv7-a.S 39 r15 (pc) can be tinkered with directly
82 /* save/restore the PC and/or FP from the thread struct */
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
94 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
149 * Fetch a half-word code unit from an offset past the current PC. The
158 * Fetch one byte from an offset past the current PC. Pass in the same
178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6
179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6
180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6
181 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #
    [all...]
InterpAsm-x86.S 136 /* save/restore the PC and/or FP from the self struct */
154 * "export" the PC to the interpreted stack frame, f/b/o future exception
157 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 150 /* save/restore the PC and/or FP from the thread struct */
551 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
ARMISelLowering.cpp 78 LLVMContext &C, ParmContext PC)
80 assert(((PC == Call) || (PC == Prologue)) &&
83 CallOrPrologue = PC;
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 38 #undef PC /* Likewise. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 38 #undef PC /* Likewise. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 38 #undef PC /* Likewise. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 38 #undef PC /* Likewise. */
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 478 /// immediate Value in the MCInst. The immediate Value has had any PC
592 /// referenced by a load instruction with the base register that is the Pc.
    [all...]
  /external/qemu/
exec.c 685 if (!(address + TARGET_PAGE_SIZE <= tb->pc ||
686 address >= tb->pc + tb->size)) {
688 " PC=%08lx size=%04x\n",
689 address, (long)tb->pc, tb->size);
703 flags1 = page_get_flags(tb->pc);
704 flags2 = page_get_flags(tb->pc + tb->size - 1);
706 printf("ERROR page flags: PC=%08lx size=%04x f1=%x f2=%x\n",
707 (long)tb->pc, tb->size, flags1, flags2);
791 phys_pc = tb->page_addr[0] + (tb->pc & ~TARGET_PAGE_MASK);
811 h = tb_jmp_cache_hash_func(tb->pc);
2940 target_ulong pc, cs_base; local
3846 target_ulong pc, cs_base; local
    [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js     [all...]
  /external/chromium-trace/
script.js     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2055 milliseconds

1 2 3 4 56