Searched refs:NPC (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | sparc-stub.c | 119 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator 586 registers[PC] = registers[NPC]; in handle_exception() 587 registers[NPC] += 4; in handle_exception() 620 *ptr++ = hexchars[NPC >> 4]; in handle_exception() 621 *ptr++ = hexchars[NPC & 0xf]; in handle_exception() 623 ptr = mem2hex((char *)®isters[NPC], ptr, 4, 0); in handle_exception() 733 registers[NPC] = addr + 4; in handle_exception()
|
| D | ChangeLog-1998 | 5718 save the PC, NPC, CCR, FSR, FPRS, Y and ASI registers. 5719 (sparc_frame_find_saved_regs): Use read_sp(). Read the PC, NPC,
|
| D | ChangeLog-1993 | 1114 * remote-udi.c (store_register): Invalidate NPC/PC_REGNUM after 7084 a breakpoint, call write_pc so that NPC gets rolled back as well
|
| D | ChangeLog-2003 | 4652 NPC and NNPC were zero.
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | Expr.cpp | 3868 NullPointerConstantValueDependence NPC) const { in isNullPointerConstant() 3874 switch (NPC) { in isNullPointerConstant() 3905 return CE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3910 return ICE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3914 return PE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3919 return GE->getResultExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3923 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3927 return DefaultArg->getExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3931 return DefaultInit->getExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3937 return M->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | Expr.h | 809 NullPointerConstantValueDependence NPC) const;
|