Searched refs:PC (Results 176 - 200 of 326) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp398 if (!PCsSet->insert(TE->PC).second)
400 std::string Descr = DescribePC("%F %L", TE->PC + 1);
H A DFuzzerFork.cpp259 TPC.GetNextInstructionPc(TE->PC));
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1106 // applied to PC. the offset may have 8 bits of magnitude and is represented
1119 if(Memory.BaseRegNum != ARM::PC) return false;
1507 // Base register must be PC.
1508 if (Memory.BaseRegNum != ARM::PC)
1715 Memory.Alignment != 0 || Memory.BaseRegNum == ARM::PC)
1841 // Base reg of PC isn't allowed for these encodings.
1842 if (Memory.BaseRegNum == ARM::PC) return false;
1948 // Base reg of PC isn't allowed for these encodings.
1949 if (Memory.BaseRegNum == ARM::PC) return false;
4097 .Case("r15", ARM::PC)
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dsched-vis.c499 case PC:
H A Dcaller-save.c575 || code == PC || code == CC0
H A Demit-rtl.c2210 case PC:
2412 case PC:
2532 case PC:
2601 case PC:
4865 case PC:
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dip2k-desc.c79 { "PC", &bool_attr[0], &bool_attr[0] },
286 { "h-pc", HW_H_PC, CGEN_ASM_NONE, 0, { 0|A(PROFILE)|A(PC), { (1<<MACH_BASE) } } },
H A Dopenrisc-desc.c86 { "PC", &bool_attr[0], &bool_attr[0] },
199 { "h-pc", HW_H_PC, CGEN_ASM_NONE, 0, { 0|A(PROFILE)|A(PC), { (1<<MACH_BASE) } } },
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c83 PC = 282, enumerator in enum:yytokentype
258 #define PC 282 macro
1302 "PC", "CCREG", "BYTE_DREG", "REG_A_DOUBLE_ZERO", "REG_A_DOUBLE_ONE",
5023 notethat ("ProgCtrl: CALL (PC + pregs )\n");
5036 notethat ("ProgCtrl: JUMP (PC + pregs )\n");
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcaller-save.c579 if (code == REG || code == PC || code == CC0
H A Dgcse.c1401 case PC:
1701 case PC:
1828 case PC:
2772 case PC:
3111 case PC:
3819 case PC:
6884 case PC:
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dip2k-desc.c79 { "PC", &bool_attr[0], &bool_attr[0] },
286 { "h-pc", HW_H_PC, CGEN_ASM_NONE, 0, { 0|A(PROFILE)|A(PC), { { { (1<<MACH_BASE), 0 } } } } },
H A Dopenrisc-desc.c86 { "PC", &bool_attr[0], &bool_attr[0] },
199 { "h-pc", HW_H_PC, CGEN_ASM_NONE, 0, { 0|A(PROFILE)|A(PC), { { { (1<<MACH_BASE), 0 } } } } },
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp54 case llvm::Triple::PC:
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp116 SP::OTHERWIN, SP::WSTATE, SP::PC
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp313 /*EHFlavour=*/0, /*PC=*/Hexagon::PC);
/openbsd-current/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h170 PC, enumerator in enum:llvm::Triple::VendorType
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp181 triple.setVendor(llvm::Triple::VendorType::PC);
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp487 if ((Reg == Mips::PC) || (Reg == Mips::SP))
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc.c2069 || (GET_CODE (body) == SET && GET_CODE (SET_DEST (body)) == PC
2169 /* ??? Probably, the test for the SET and the PC are unnecessary. */
2172 && GET_CODE (SET_DEST (scanbody)) == PC)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c2050 || (GET_CODE (body) == SET && GET_CODE (SET_DEST (body)) == PC
2150 /* ??? Probably, the test for the SET and the PC are unnecessary. */
2153 && GET_CODE (SET_DEST (scanbody)) == PC)
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp715 const TargetRegisterClass &PC = *TRI.getMinimalPhysRegClass(Reg);
716 return TRI.getRegSizeInBits(PC);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp322 PragmaInfo(bool UUC, bool PFU, unsigned PC, bool PEU) argument
323 : UserUnrollCount(UUC), PragmaFullUnroll(PFU), PragmaCount(PC),
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1053 std::optional<DWARFFormValue> PC = local
1055 BaseAddr = toSectionedAddress(PC);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp153 assert((Reg != ARM::SP && Reg != ARM::PC) &&
1380 assert((Reg != ARM::SP && Reg != ARM::PC) &&

Completed in 312 milliseconds

1234567891011>>