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

1 2 34 5 6

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
339 by a SET whose first operand is (PC). */
340 DEF_RTL_EXPR(PC, "pc", "", RTX_OBJ)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
339 by a SET whose first operand is (PC). */
340 DEF_RTL_EXPR(PC, "pc", "", RTX_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
339 by a SET whose first operand is (PC). */
340 DEF_RTL_EXPR(PC, "pc", "", RTX_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
339 by a SET whose first operand is (PC). */
340 DEF_RTL_EXPR(PC, "pc", "", RTX_OBJ)
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 251 unsigned char PC[16][256][16] /* 16 tables of 8x128 */
tomcrypt_cipher.h 292 unsigned char PC[16][256][16];
  /external/bison/djgpp/
config.bat 418 set HOSTNAME=Unknown PC
419 if not "%HOSTNAME%" == "Unknown PC" goto SmallEnv
422 set HOSTNAME=%USER%'s PC
423 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
426 set HOSTNAME=%USERNAME%'s PC
427 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
  /external/qemu/target-mips/
op_helper.c 60 unsigned long pc = (unsigned long) pc_ptr; local
62 tb = tb_find_pc (pc);
64 cpu_restore_state (tb, env, pc);
622 return env->active_tc.PC;
630 return env->active_tc.PC;
632 return env->tcs[other_tc].PC;
774 return env->active_tc.PC;
961 env->active_tc.PC = arg1;
972 env->active_tc.PC = arg1;
977 env->tcs[other_tc].PC = arg1
1911 unsigned long pc; local
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 744 Reg = CTX.getRegisterInfo().getEncodingValue(ARM::PC); // Rn is PC.
760 Reg = ARM::PC;
824 Reg = CTX.getRegisterInfo().getEncodingValue(ARM::PC); // Rn is PC.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
BugReporter.cpp     [all...]
  /external/tremolo/Tremolo/
mdctLARM.s 106 LDMFD r13!,{r4-r7,PC}
175 LDMFD r13!,{r4-r7,PC}
215 LDMFD r13!,{r4,r6-r11,PC}
256 LDMFD r13!,{r4,r6-r11,PC}
290 LDMFD r13!,{r4-r11,PC}
1138 LDMFD r13!,{r4-r11,PC}
mdctARM.s 106 LDMFD r13!,{r4-r7,PC}
175 LDMFD r13!,{r4-r7,PC}
214 LDMFD r13!,{r4,r6-r11,PC}
253 LDMFD r13!,{r4,r6-r11,PC}
287 LDMFD r13!,{r4-r11,PC}
1154 LDMFD r13!,{r4-r11,PC}
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 41 r15 (pc) can be tinkered with directly
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
492 mov pc, r1
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 41 r15 (pc) can be tinkered with directly
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
492 mov pc, r1
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 41 r15 (pc) can be tinkered with directly
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
492 mov pc, r1
    [all...]
CompilerTemplateAsm-armv7-a.S 41 r15 (pc) can be tinkered with directly
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
492 mov pc, r1
    [all...]
  /external/icu4c/
runConfigureICU 44 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 305 // to LR, and we can't pop the value directly to the PC since
391 Reg = ARM::PC;
ARMFrameLowering.cpp 674 Reg = ARM::PC;
704 // If we adjusted the reg to PC from LR above, switch it back here. We
706 if (Regs[0] == ARM::PC)
    [all...]
  /external/qemu/
gdbstub.c 629 regs and PC, MSR, CR, and so forth. We hack round this by giving the
751 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
757 case 68: GET_REGA(env->pc);
777 case 80: GET_REGL(env->pc);
815 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
821 case 68: env->pc = tmp; break;
839 case 80: env->pc = tmp; break;
899 /* Mask out low bit of PC to workaround gdb bugs. This will probably
947 case 17: GET_REG32(env->pc);
970 case 17: env->pc = tmp; break
    [all...]
monitor.c 29 #include "hw/pc.h"
407 monitor_printf(mon, " pc=0x" TARGET_FMT_lx,
412 monitor_printf(mon, " pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx,
413 env->pc, env->npc);
415 monitor_printf(mon, " PC=0x" TARGET_FMT_lx, env->active_tc.PC);
    [all...]
  /external/qemu/android/
hw-events.h 321 KEY_CODE(PC ,0x178) \
  /external/v8/tools/
tickprocessor.js 350 TickProcessor.prototype.processTick = function(pc,
363 // Don't use PC when in external callback code, as it can point
366 // as simply resetting PC will produce unaccounted ticks.
367 pc = tos_or_external_callback;
378 this.profile_.recordTick(this.processStack(pc, tos_or_external_callback, stack));
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp     [all...]

Completed in 1318 milliseconds

1 2 34 5 6