HomeSort by: relevance | last modified time | path
    Searched defs:writeback (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.bin/mail/
quit.c 75 writeback(FILE *res) function
411 (void)writeback(rbuf);
534 (void)writeback(rbuf);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 108 bool writeback; member in class:tag_insn_info
112 : insn (i), dest (d), base (b), offset (o), writeback (w), ldp (p)
138 if (!this->writeback)
564 /*Writeback is only supported for fixed-width modes. */
773 bool writeback = false;
779 if (get_load_info (insn, loop, &dest, &base, &offset, &writeback,
783 writeback, ldp);
772 bool writeback = false; local
aarch64-ldp-fusion.cc 206 int writeback,
452 // Ignore writeback accesses if the param says to do so.
1013 // non-writeback pair into a writeback pair, as it isn't otherwise clear
1132 // writeback form, extract two non-writeback memory accesses addressed
1197 // non-writeback pair) or contains the candidate insns used to form the pair
1202 // Bit I of INITIAL_WRITEBACK is set if INSNS[I] initially had writeback.
1209 // *ADD_DEF and the resulting writeback effect in *WRITEBACK_EFFECT.
1221 // not try to form writeback pairs here, and means we don't have t
2454 int writeback = 0; local
2606 int writeback = get_viable_bases (insns, base_cands, cand_mems, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 108 bool writeback; member in class:tag_insn_info
112 : insn (i), dest (d), base (b), offset (o), writeback (w), ldp (p)
138 if (!this->writeback)
564 /*Writeback is only supported for fixed-width modes. */
773 bool writeback = false;
779 if (get_load_info (insn, loop, &dest, &base, &offset, &writeback,
783 writeback, ldp);
772 bool writeback = false; local
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object_types.h 59 void (*writeback)(struct drm_i915_gem_object *obj); member in struct:drm_i915_gem_object_ops
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 268 struct Writeback {
276 /// A value to "use" after the writeback, or null.
310 Writeback writeback = {srcLV, temporary, toUse}; local
311 Writebacks.push_back(writeback);
316 typedef llvm::iterator_range<SmallVectorImpl<Writeback>::const_iterator>
344 SmallVector<Writeback, 1> Writebacks;
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.h 194 int rn; /* Writeback register. */
196 unsigned int writeback : 1; /* Perform base-register writeback. */ member in struct:arm_displaced_step_copy_insn_closure::__anon17797::__anon17798
217 unsigned int writeback : 1; member in struct:arm_displaced_step_copy_insn_closure::__anon17797::__anon17800
arm-tdep.c 1246 /* Writeback SP to account for the saved registers. */
5887 if (dsc->u.ldst.writeback)
5894 int writeback, unsigned int rn)
5912 dsc->u.ldst.writeback = writeback;
5957 doesn't support writeback, so pass 0. */
6514 /* Handle register writeback. */
6515 if (dsc->u.ldst.writeback)
6540 /* Writeback. */
6541 if (dsc->u.ldst.writeback)
6783 int writeback = (bit (insn, 24) == 0 || bit (insn, 21) != 0); local
7055 int writeback = bit (insn, 21); local
7165 int writeback = bit (insn1, 5); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.h 194 int rn; /* Writeback register. */
196 unsigned int writeback : 1; /* Perform base-register writeback. */ member in struct:arm_displaced_step_copy_insn_closure::__anon20538::__anon20539
217 unsigned int writeback : 1; member in struct:arm_displaced_step_copy_insn_closure::__anon20538::__anon20541
arm-tdep.c 1248 /* Writeback SP to account for the saved registers. */
5890 if (dsc->u.ldst.writeback)
5897 int writeback, unsigned int rn)
5915 dsc->u.ldst.writeback = writeback;
5960 doesn't support writeback, so pass 0. */
6517 /* Handle register writeback. */
6518 if (dsc->u.ldst.writeback)
6543 /* Writeback. */
6544 if (dsc->u.ldst.writeback)
6786 int writeback = (bit (insn, 24) == 0 || bit (insn, 21) != 0); local
7058 int writeback = bit (insn, 21); local
7168 int writeback = bit (insn1, 5); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 1145 // First operand is always the writeback to the address register, if needed.
1431 // First operand is always writeback of base register.
1555 unsigned writeback = fieldFromInstruction(insn, 11, 1); local
1562 DecodeGPR64spRegisterClass(Inst, Rn /* writeback register */, Addr,
1574 if (writeback && Rt == Rn && Rn != 31) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 451 template<int shift, int WriteBack>
529 template<bool Writeback>
1579 // Writeback not allowed if Rn is in the target list.
1857 // On stores, the writeback operand precedes Rt.
1877 // On loads, the writeback operand comes after Rt.
1901 bool writeback = (P == 0) || (W == 1); local
1903 if (P && writeback)
1905 else if (!P && writeback)
1908 if (writeback && (Rn == 15 || Rn == Rt))
2008 bool writeback = (W == 1) | (P == 0) local
5564 bool writeback = (W == 1) | (P == 0); local
5601 bool writeback = (W == 1) | (P == 0); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v9_0.c 4983 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; local
4987 amdgpu_ring_write(ring, ((writeback ? (EOP_TC_WB_ACTION_EN |
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 1929 %w print writeback mode for MVE v{st,ld}[24]
3097 /* Vector VST2 no writeback. */
3103 /* Vector VST2 writeback. */
3109 /* Vector VST4 no writeback. */
3115 /* Vector VST4 writeback. */
4157 %W print Thumb Writeback indicator for LDMIA
8694 non-writeback. */
8737 /* Elide offset of positive zero when non-writeback. */
10178 /* Elide offset for non-writeback
10244 /* Writeback is automatically implied by post- addressing
11261 bool writeback = false, postind = false; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 1929 %w print writeback mode for MVE v{st,ld}[24]
3097 /* Vector VST2 no writeback. */
3103 /* Vector VST2 writeback. */
3109 /* Vector VST4 no writeback. */
3115 /* Vector VST4 writeback. */
4157 %W print Thumb Writeback indicator for LDMIA
8694 non-writeback. */
8737 /* Elide offset of positive zero when non-writeback. */
10178 /* Elide offset for non-writeback
10244 /* Writeback is automatically implied by post- addressing
11261 bool writeback = false, postind = false; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 1929 %w print writeback mode for MVE v{st,ld}[24]
3097 /* Vector VST2 no writeback. */
3103 /* Vector VST2 writeback. */
3109 /* Vector VST4 no writeback. */
3115 /* Vector VST4 writeback. */
4157 %W print Thumb Writeback indicator for LDMIA
8694 non-writeback. */
8737 /* Elide offset of positive zero when non-writeback. */
10178 /* Elide offset for non-writeback
10244 /* Writeback is automatically implied by post- addressing
11261 bool writeback = false, postind = false; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 2024 %w print writeback mode for MVE v{st,ld}[24]
3192 /* Vector VST2 no writeback. */
3198 /* Vector VST2 writeback. */
3204 /* Vector VST4 no writeback. */
3210 /* Vector VST4 writeback. */
4250 %W print Thumb Writeback indicator for LDMIA
8887 non-writeback. */
8930 /* Elide offset of positive zero when non-writeback. */
10374 /* Elide offset for non-writeback
10440 /* Writeback is automatically implied by post- addressing
11448 bool writeback = false, postind = false; local
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
aarch64.h 649 no writeback allowed. This operand code
1685 unsigned writeback : 1;
1682 unsigned writeback : 1; member in struct:aarch64_opnd_info::__anon18663::__anon18667
  /src/external/gpl3/gdb.old/dist/include/opcode/
aarch64.h 590 no writeback allowed. This operand code
1560 unsigned writeback : 1;
1557 unsigned writeback : 1; member in struct:aarch64_opnd_info::__anon21404::__anon21408
  /src/external/gpl3/binutils/dist/include/opcode/
aarch64.h 743 no writeback allowed. This operand code
1828 unsigned writeback : 1;
1825 unsigned writeback : 1; member in struct:aarch64_opnd_info::__anon10552::__anon10556
  /src/external/gpl3/binutils.old/dist/include/opcode/
aarch64.h 774 no writeback allowed. This operand code
1841 unsigned writeback : 1;
1838 unsigned writeback : 1; member in struct:aarch64_opnd_info::__anon12016::__anon12020
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 559 unsigned writeback : 1; /* Operand has trailing ! */ member in struct:arm_it::__anon9986
915 _("cannot use writeback with PC-relative addressing")
5818 These three may have a trailing ! which causes .writeback to be set also.
5820 Postindexed addressing (.postind=1, .writeback=1):
6049 inst.operands[i].writeback = 1;
6076 inst.operands[i].writeback = 1;
6978 OP_RRnpctw, /* ARM register, not r15 in Thumb-state or with writeback,
7588 inst.operands[i].writeback = 1;
7636 inst.operands[i].writeback = 1;
7811 inst.operands[i].writeback = 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 559 unsigned writeback : 1; /* Operand has trailing ! */ member in struct:arm_it::__anon11458
915 _("cannot use writeback with PC-relative addressing")
5817 These three may have a trailing ! which causes .writeback to be set also.
5819 Postindexed addressing (.postind=1, .writeback=1):
6048 inst.operands[i].writeback = 1;
6075 inst.operands[i].writeback = 1;
6981 OP_RRnpctw, /* ARM register, not r15 in Thumb-state or with writeback,
7591 inst.operands[i].writeback = 1;
7639 inst.operands[i].writeback = 1;
7814 inst.operands[i].writeback = 1
    [all...]

Completed in 108 milliseconds