Searched refs:writeback (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Darm.h94 unsigned writeback :1; /* == 1 means write back (base+offset) into base */ member in struct:ldr_str_fmt
107 unsigned writeback :1; /* == 1 means update base after move */ member in struct:block_fmt
/openbsd-current/usr.bin/mail/
H A Dquit.c174 writeback(rbuf);
290 writeback(rbuf);
336 writeback(FILE *res) function
H A Dextern.h256 int writeback(FILE *);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h271 /// A value to "use" after the writeback, or null.
305 Writeback writeback = {srcLV, temporary, toUse}; local
306 Writebacks.push_back(writeback);
H A DCGCall.cpp3874 /// Emit the actual writing-back of a writeback.
3876 const CallArgList::Writeback &writeback) {
3877 const LValue &srcLV = writeback.Source;
3880 "shouldn't have writeback for provably null argument");
3889 llvm::BasicBlock *writebackBB = CGF.createBasicBlock("icr.writeback");
3898 // Load the value to writeback.
3899 llvm::Value *value = CGF.Builder.CreateLoad(writeback.Temporary);
3903 "icr.writeback-cast");
3905 // Perform the writeback.
3912 if (writeback
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c284 unsigned writeback : 1; /* Operand has trailing ! */ member in struct:arm_it::__anon5300
3365 These three may have a trailing ! which causes .writeback to be set also.
3367 Postindexed addressing (.postind=1, .writeback=1):
3455 inst.operands[i].writeback = 1;
3482 inst.operands[i].writeback = 1;
4007 inst.operands[i].writeback = 1;
4044 inst.operands[i].writeback = 1;
4142 inst.operands[1].writeback = 1;
4390 if (inst.operands[i].writeback)
4396 assert (inst.operands[i].writeback);
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2053 // On stores, the writeback operand precedes Rt.
2073 // On loads, the writeback operand comes after Rt.
2097 bool writeback = (P == 0) || (W == 1); local
2099 if (P && writeback)
2101 else if (!P && writeback)
2104 if (writeback && (Rn == 15 || Rn == Rt))
2218 bool writeback = (W == 1) | (P == 0); local
2240 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
2254 if (writeback && (Rn == 15 || Rn == Rt))
2271 if (!type && writeback
5885 bool writeback = (W == 1) | (P == 0); local
5922 bool writeback = (W == 1) | (P == 0); local
[all...]
/openbsd-current/sys/net/
H A Dpf_norm.c1273 struct pf_state_peer *dst, int *writeback)
1374 *writeback = 1;
1271 pf_normalize_tcp_stateful(struct pf_pdesc *pd, u_short *reason, struct pf_state *state, struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1173 // First operand is always the writeback to the address register, if needed.
1459 // First operand is always writeback of base register.
1583 unsigned writeback = fieldFromInstruction(insn, 11, 1); local
1590 DecodeGPR64spRegisterClass(Inst, Rn /* writeback register */, Addr,
1602 if (writeback && Rt == Rn && Rn != 31) {
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dgfx_v9_4_3.c2547 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; local
2551 amdgpu_ring_write(ring, ((writeback ? (EOP_TC_WB_ACTION_EN |
H A Dgfx_v9_0.c5292 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; local
5299 if (writeback) {

Completed in 169 milliseconds