Searched refs:PC (Results 126 - 134 of 134) sorted by relevance

123456

/freebsd-10.2-release/contrib/gcc/
H A Drtl.h39 #undef PC /* Likewise. */ macro
H A Dreload.c5170 case PC:
6551 else if (GET_CODE (x) == SCRATCH || GET_CODE (x) == PC
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp79 LLVMContext &C, ParmContext PC)
81 assert(((PC == Call) || (PC == Prologue)) &&
84 CallOrPrologue = PC;
7935 // PC and if destination register is the SP, so restrict register class
77 ARMCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, const TargetMachine &TM, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, ParmContext PC) argument
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp525 /// immediate Value in the MCInst. The immediate Value has had any PC
873 ARM::R12, ARM::SP, ARM::LR, ARM::PC
3150 break; // tADR does not explicitly represent the PC as an operand.
3239 // Thumb stores cannot use PC as dest register.
3607 // Thumb stores cannot use PC as dest register.
3714 // Thumb stores cannot use PC as dest register.
/freebsd-10.2-release/contrib/gcc/config/s390/
H A Ds390.c2868 /* Access local symbols PC-relative via LARL.
2917 of the GOT entry via a PC-relative LARL (@GOTENT). */
3245 of the GOT entry via a PC-relative LARL. */
4784 && GET_CODE (SET_DEST (x)) == PC)
9133 it is not possible to use a PC-relative instruction.
9139 PC-relative branches by absolute branches.
9144 replacing a PC-relative branch by an absolute branch means
9151 strictly decreases the total number of PC-relative branches
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsparc.c4085 can make the return PC of foo (i.e. address of call instruction
6404 case PC:
6698 /* Output the right displacement from the saved PC on function return.
7218 we can read the PC without clobbering a register. */
/freebsd-10.2-release/contrib/gcc/config/mips/
H A Dmips.c1403 PC- or GP-relative offset is within the 16-bit limit. */
1498 /* PC-relative addressing is only available for lw and ld. */
7336 as the function, so that constants can be loaded using PC relative
7447 case. We also don't want to use them for PC-relative accesses,
7448 where the PC acts as an anchor. */
8469 /* For pc-relative lw, addiu and daddiu instructions, the base PC value
8471 The base PC value for ld has the lowest three bits clear. Assume
8534 /* If necessary, increase the alignment of PC. */
8876 && GET_CODE (SET_DEST (PATTERN (first))) == PC
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.c7524 case PC:
18605 This is not the case for jumps where references are PC relative. */
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-arm.c3682 as_bad (_("SP and PC not permitted in .unwind_movsp directive"));
4558 label .reg=PC .reloc.pc_rel=1 .reloc.exp=label
4574 /* bare address - translate to PC-relative offset */
5423 OP_oRRnpc, /* ARM register, not the PC */
6956 /* If op 1 were present and equal to PC, this function wouldn't
7335 /* ARM V6 RFE (Return from Exception) loads the PC and CPSR from the
7537 /* If op 2 were present and equal to PC, this function wouldn't
8218 constraint (is_pc, _("cannot use register index with PC-relative addressing"));
8244 _("cannot use writeback with PC-relative addressing"));
8265 constraint (is_pc, _("cannot use post-indexing with PC
[all...]

Completed in 244 milliseconds

123456