Home
last modified time | relevance | path

Searched defs:writeback (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.bin/mail/
H A Dquit.c336 writeback(FILE *res) in writeback() function
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Darm.h94 unsigned writeback :1; /* == 1 means write back (base+offset) into base */ member
107 unsigned writeback :1; /* == 1 means update base after move */ member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h305 Writeback writeback = {srcLV, temporary, toUse}; in addWriteback() local
H A DCGCall.cpp3876 const CallArgList::Writeback &writeback) { in emitWriteback()
/openbsd-src/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst1098 .. _arc.ownership.restrictions.records:
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c2499 bfd_boolean writeback = FALSE, postind = FALSE; in print_insn_thumb32() local
/openbsd-src/sys/net/
H A Dpf_norm.c1273 struct pf_state_peer *dst, int *writeback) in pf_normalize_tcp_stateful()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2097 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
2218 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
5885 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5922 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1583 unsigned writeback = fieldFromInstruction(insn, 11, 1); in DecodeAuthLoadInstruction() local
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Dgfx_v9_4_3.c2547 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; in gfx_v9_4_3_ring_emit_fence() local
H A Dgfx_v9_0.c5292 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; gfx_v9_0_ring_emit_fence() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c284 unsigned writeback : 1; /* Operand has trailing ! */ member