Home
last modified time | relevance | path

Searched refs:PC2 (Results 1 – 4 of 4) sorted by relevance

/openbsd/distrib/notes/arm64/
H A Dhardware9 Orange Pi PC2
/openbsd/sys/dev/pcmcia/
H A Dpcmciadevs264 product KINGSTON KNE_PC2 0x0100 Kingston KNE-PC2
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4190 SCEVPoisonCollector PC2(/* LookThroughSeq */ false); in impliesPoison() local
4191 visitAll(S, PC2); in impliesPoison()
4196 [&](const SCEV *S) { return PC2.MaybePoison.contains(S); }); in impliesPoison()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19945511 (pop_frame): Restore PC2 and LR0 from dummy frames.
5512 (push_dummy_frame): Save PC2 and LR0 into dummy frames.
5515 (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0.