| /src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/ |
| mem.s | 11 # Read a constant address. 19 # Read an address in a register.
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/example-synacor/ |
| mem.s | 11 # Read a constant address. 19 # Read an address in a register.
|
| /src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| t-sp.s | 9 ;;; Read/Write values to SPU/SPI
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/ |
| t-sp.s | 9 ;;; Read/Write values to SPU/SPI
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| FDRawByteChannel.h | 34 assert(Dst && "Attempt to read into null."); 37 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); 38 if (Read <= 0) { 46 Completed += Read;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_test_util.h | 75 void Read(const MemLoc &ml, int size, bool expect_race = false) { 82 Read(ml, 1, expect_race); } 84 Read(ml, 2, expect_race); } 86 Read(ml, 4, expect_race); } 88 Read(ml, 8, expect_race); }
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| EnumTables.cpp | 22 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Read),
|
| /src/external/mit/xorg/lib/libXdmcp/ |
| Makefile | 13 Read.c \
|
| /src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| InstrBuilder.cpp | 298 // That means, register R1 from the example is both read and written. 400 // variadic sequence is both a register read and a register write. 445 ReadDescriptor &Read = ID.Reads[CurrentUse]; 446 Read.OpIndex = OpIndex; 447 Read.UseIndex = I; 448 Read.SchedClassID = SchedClassID; 450 LLVM_DEBUG(dbgs() << "\t\t[Use] OpIdx=" << Read.OpIndex 451 << ", UseIndex=" << Read.UseIndex << '\n'); 457 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; 458 Read.OpIndex = ~I [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dlmopen-ns-ids.exp | 58 -re {From\s+To\s+(Linker NS\s+)?Syms Read\s+Shared Object Library\r\n} { 111 -re "\r\nFrom\\s+To\\s+\(Linker NS\\s+\)?Syms\\s+Read\\s+Shared Object Library(?=\r\n)" { 138 "From\\s+To\\s+Syms\\s+Read\\s+Shared Object Library.*" \ 146 "From\\s+To\\s+Linker NS\\s+Syms\\s+Read\\s+Shared Object Library.*" \ 171 "From\\s+To\\s+Syms\\s+Read\\s+Shared Object Library.*" \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/ |
| BitstreamReader.h | 10 // read an arbitrary bitstream, regardless of its contents. 37 /// This class maintains the abbreviations read from a block info block. 142 if (Expected<word_t> Res = Read(WordBitNo)) 170 // Read the next word from the stream. 176 support::endian::read<word_t, support::little, support::unaligned>( 179 // Short read. 190 Expected<word_t> Read(unsigned NumBits) { 234 Expected<unsigned> MaybeRead = Read(NumBits); 251 MaybeRead = Read(NumBits); 258 // Read a VBR that may have a value up to 64-bits in size. The chunk size o [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| Parser.cpp | 196 unsigned Read; 197 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); 200 if (Read != Asm.size()) { 204 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), 210 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, 218 .parseTypeAtBeginning(Ty, Read, Slots))
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| netbsd.cpp | 54 User::LeaveIfError(file.Read(hdrBuf)); 65 User::LeaveIfError(file.Read(fileBuf));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| tsan_mutex_test.cc | 40 void Read() { 90 data->Read();
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| hw.c | 83 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data); 113 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| RawConstants.h | 103 Read = 1 << 0, // Segment is readable.
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/ |
| BitstreamReader.cpp | 20 /// Having read the ENTER_SUBBLOCK abbrevid, enter the block. 43 "can't read more than %zu at a time, trying to read %u", +MaxChunkSize, 47 Expected<word_t> MaybeNum = Read(bitc::BlockSizeWidth); 77 return Cursor.Read((unsigned)Op.getEncodingData()); 82 if (Expected<unsigned> Res = Cursor.Read(6)) 90 /// skipRecord - Read the current record and discard it. 141 // Array case. Read the number of elements as a vbr6. 151 // Read all the elements. 181 // Blob case. Read the number of bytes as a vbr6 [all...] |
| /src/sys/arch/atari/dev/ |
| hdfd_intr.s | 44 * Entry point when there is no fifo. Handles the read/write 60 btst #6,%d0 | Read? 86 btst #6,%d0 | Read? 118 * Exit for read/write interrupts. Calling 'rei' this often
|
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| route80h.c | 50 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint16, 0, 2, &lpcif); 123 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint32,
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efiser.h | 129 EFI_SERIAL_READ Read;
|
| efipciio.h | 80 EFI_PCI_IO_PROTOCOL_IO_MEM Read; 85 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Read; 107 EFI_PCI_IO_PROTOCOL_CONFIG Read;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| Lint.cpp | 85 static const unsigned Read = 1; 258 MemRef::Read | MemRef::Write); 294 MCI->getSourceAlign(), nullptr, MemRef::Read); 316 MCII->getSourceAlign(), nullptr, MemRef::Read); 332 MMI->getSourceAlign(), nullptr, MemRef::Read); 348 nullptr, MemRef::Read | MemRef::Write); 354 nullptr, MemRef::Read); 358 nullptr, MemRef::Read | MemRef::Write); 362 // Stackrestore doesn't read or write memory, but it sets the 363 // stack pointer, which the compiler may read from or write t [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyRegStackify.cpp | 90 // Also read the opaque VALUE_STACK register. 135 static void queryCallee(const MachineInstr &MI, bool &Read, bool &Write, 153 Read = true; 161 Read = true; 167 static void query(const MachineInstr &MI, AliasAnalysis &AA, bool &Read, 176 Read = true; 253 queryCallee(MI, Read, Write, Effects, StackPointer); 393 bool Read = false, Write = false, Effects = false, StackPointer = false; 394 query(*DefI, AA, Read, Write, Effects, StackPointer); 399 if (!Read && !Write && !Effects && !StackPointer && !HasMutableRegisters [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| ByteCodeExprGen.cpp | 96 CE->getSubExpr(), DerefKind::Read, 290 case DerefKind::Read: 313 if (!DiscardResult && T == PT_Ptr && AK == DerefKind::Read) { 332 case DerefKind::Read: 355 case DerefKind::Read: 380 // The access mode can only be read in this case. 381 if (!DiscardResult && AK == DerefKind::Read) {
|
| /src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
| efidbg.h | 157 EFI_DEBUGPORT_IO_READ Read;
|