Home
last modified time | relevance | path

Searched refs:asm_p (Results 1 – 25 of 139) sorted by relevance

123456

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Drf_states.c376 RF_AccessStripeMap_t *asm_p; in rf_State_Lock() local
385 for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) { in rf_State_Lock()
388 asm_p->parityInfo && in rf_State_Lock()
394 lastStripeID = asm_p->stripeID; in rf_State_Lock()
400 &asm_p->lockReqDesc)) { in rf_State_Lock()
433 (long) asm_p->stripeID); in rf_State_Lock()
678 RF_AccessStripeMap_t *asm_p; in rf_State_Cleanup() local
708 for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) { in rf_State_Cleanup()
710 asm_p->parityInfo && in rf_State_Cleanup()
714 asm_p->stripeID, in rf_State_Cleanup()
[all …]
H A Drf_aselect.c112 RF_AccessStripeMap_t *asm_p; in rf_SelectAlgorithm() local
150 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) { in rf_SelectAlgorithm()
161 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_p, &(stripeFuncs->fp)); in rf_SelectAlgorithm()
180 numStripeUnits = asm_p->numStripeUnitsAccessed; in rf_SelectAlgorithm()
185 for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
284 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) { in rf_SelectAlgorithm()
345 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) { in rf_SelectAlgorithm()
372 for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
415 RF_ASSERT(j == asm_p->numStripeUnitsAccessed); in rf_SelectAlgorithm()
447 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) { in rf_SelectAlgorithm()
[all …]
H A Drf_map.c133 if (!asm_p) in rf_MapAccess()
134 asm_list = asm_p = t_asm; in rf_MapAccess()
136 asm_p->next = t_asm; in rf_MapAccess()
137 asm_p = asm_p->next; in rf_MapAccess()
212 rf_ASMParityAdjust(asm_p->parityInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p); in rf_MapAccess()
240 rf_ASMParityAdjust(asm_p->qInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p); in rf_MapAccess()
890 asm_p->numParityFailed++; in rf_ASMCheckStatus()
892 asm_p->numDataFailed++; in rf_ASMCheckStatus()
894 asm_p->failedPDAs[asm_p->numFailedPDAs] = pda_p; in rf_ASMCheckStatus()
895 asm_p->numFailedPDAs++; in rf_ASMCheckStatus()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/rtl-ssa/
H A Dchanges.cc777 bool asm_p = asm_noperands (pat) >= 0; in recog_level2() local
778 if (asm_p) in recog_level2()
862 if (asm_p) in recog_level2()
881 if (!asm_p && (name = get_insn_name (icode))) in recog_level2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/rtl-ssa/
H A Dchanges.cc777 bool asm_p = asm_noperands (pat) >= 0; in recog_level2() local
778 if (asm_p) in recog_level2()
862 if (asm_p) in recog_level2()
881 if (!asm_p && (name = get_insn_name (icode))) in recog_level2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/rtl-ssa/
H A Dchanges.cc777 bool asm_p = asm_noperands (pat) >= 0; in recog_level2() local
778 if (asm_p) in recog_level2()
862 if (asm_p) in recog_level2()
881 if (!asm_p && (name = get_insn_name (icode))) in recog_level2()
/dports/lang/gcc11/gcc-11.2.0/gcc/rtl-ssa/
H A Dchanges.cc777 bool asm_p = asm_noperands (pat) >= 0; in recog_level2() local
778 if (asm_p) in recog_level2()
862 if (asm_p) in recog_level2()
881 if (!asm_p && (name = get_insn_name (icode))) in recog_level2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5288 bool asm_p; in advance_state_on_fence() local
5296 asm_p = false; in advance_state_on_fence()
5315 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5316 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5325 return asm_p; in advance_state_on_fence()
5333 bool asm_p; in update_fence_and_insn() local
5336 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5367 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsel-sched.c5287 bool asm_p; in advance_state_on_fence() local
5295 asm_p = false; in advance_state_on_fence()
5314 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5315 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5324 return asm_p; in advance_state_on_fence()
5332 bool asm_p; in update_fence_and_insn() local
5335 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5366 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsel-sched.c5274 bool asm_p; in advance_state_on_fence() local
5282 asm_p = false; in advance_state_on_fence()
5301 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5302 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5311 return asm_p; in advance_state_on_fence()
5319 bool asm_p; in update_fence_and_insn() local
5322 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5353 if (asm_p || need_stall) in update_fence_and_insn()
7033 asm_p = false; in reset_sched_cycles_in_current_ebb()
7042 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsel-sched.c5288 bool asm_p; in advance_state_on_fence() local
5296 asm_p = false; in advance_state_on_fence()
5315 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5316 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5325 return asm_p; in advance_state_on_fence()
5333 bool asm_p; in update_fence_and_insn() local
5336 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5367 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsel-sched.c5277 bool asm_p; in advance_state_on_fence() local
5285 asm_p = false; in advance_state_on_fence()
5304 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5305 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5314 return asm_p; in advance_state_on_fence()
5322 bool asm_p; in update_fence_and_insn() local
5325 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5356 if (asm_p || need_stall) in update_fence_and_insn()
7037 asm_p = false; in reset_sched_cycles_in_current_ebb()
7046 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsel-sched.c5274 bool asm_p; in advance_state_on_fence() local
5282 asm_p = false; in advance_state_on_fence()
5301 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5302 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5311 return asm_p; in advance_state_on_fence()
5319 bool asm_p; in update_fence_and_insn() local
5322 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5353 if (asm_p || need_stall) in update_fence_and_insn()
7033 asm_p = false; in reset_sched_cycles_in_current_ebb()
7042 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsel-sched.c5342 bool asm_p; in advance_state_on_fence() local
5350 asm_p = false; in advance_state_on_fence()
5369 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5370 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5379 return asm_p; in advance_state_on_fence()
5387 bool asm_p; in update_fence_and_insn() local
5390 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5421 if (asm_p || need_stall) in update_fence_and_insn()
7091 asm_p = false; in reset_sched_cycles_in_current_ebb()
7100 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5288 bool asm_p; in advance_state_on_fence() local
5296 asm_p = false; in advance_state_on_fence()
5315 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5316 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5325 return asm_p; in advance_state_on_fence()
5333 bool asm_p; in update_fence_and_insn() local
5336 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5367 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsel-sched.c5274 bool asm_p;
5282 asm_p = false;
5301 asm_p = INSN_ASM_P (insn);
5302 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p)
5311 return asm_p;
5319 bool asm_p;
5322 asm_p = advance_state_on_fence (fence, insn);
5353 if (asm_p || need_stall)
7033 asm_p = false;
7042 asm_p = INSN_ASM_P (insn);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5288 bool asm_p; in advance_state_on_fence() local
5296 asm_p = false; in advance_state_on_fence()
5315 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5316 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5325 return asm_p; in advance_state_on_fence()
5333 bool asm_p; in update_fence_and_insn() local
5336 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5367 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsel-sched.c5355 bool asm_p; in advance_state_on_fence() local
5363 asm_p = false; in advance_state_on_fence()
5382 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5383 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5392 return asm_p; in advance_state_on_fence()
5400 bool asm_p; in update_fence_and_insn() local
5403 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5434 if (asm_p || need_stall) in update_fence_and_insn()
7121 asm_p = false; in reset_sched_cycles_in_current_ebb()
7130 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5288 bool asm_p; in advance_state_on_fence() local
5296 asm_p = false; in advance_state_on_fence()
5315 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5316 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5325 return asm_p; in advance_state_on_fence()
5333 bool asm_p; in update_fence_and_insn() local
5336 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5367 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsel-sched.c5289 bool asm_p; in advance_state_on_fence() local
5297 asm_p = false; in advance_state_on_fence()
5316 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5317 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5326 return asm_p; in advance_state_on_fence()
5334 bool asm_p; in update_fence_and_insn() local
5337 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5368 if (asm_p || need_stall) in update_fence_and_insn()
7048 asm_p = false; in reset_sched_cycles_in_current_ebb()
7057 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsel-sched.c5274 bool asm_p; in advance_state_on_fence() local
5282 asm_p = false; in advance_state_on_fence()
5301 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5302 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5311 return asm_p; in advance_state_on_fence()
5319 bool asm_p; in update_fence_and_insn() local
5322 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5353 if (asm_p || need_stall) in update_fence_and_insn()
7033 asm_p = false; in reset_sched_cycles_in_current_ebb()
7042 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsel-sched.c5274 bool asm_p; in advance_state_on_fence() local
5282 asm_p = false; in advance_state_on_fence()
5301 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5302 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5311 return asm_p; in advance_state_on_fence()
5319 bool asm_p; in update_fence_and_insn() local
5322 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5353 if (asm_p || need_stall) in update_fence_and_insn()
7033 asm_p = false; in reset_sched_cycles_in_current_ebb()
7042 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsel-sched.c5287 bool asm_p; in advance_state_on_fence() local
5295 asm_p = false; in advance_state_on_fence()
5314 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5315 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5324 return asm_p; in advance_state_on_fence()
5332 bool asm_p; in update_fence_and_insn() local
5335 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5366 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsel-sched.c5288 bool asm_p; in advance_state_on_fence() local
5296 asm_p = false; in advance_state_on_fence()
5315 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5316 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5325 return asm_p; in advance_state_on_fence()
5333 bool asm_p; in update_fence_and_insn() local
5336 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5367 if (asm_p || need_stall) in update_fence_and_insn()
7046 asm_p = false; in reset_sched_cycles_in_current_ebb()
7055 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsel-sched.c5274 bool asm_p; in advance_state_on_fence() local
5282 asm_p = false; in advance_state_on_fence()
5301 asm_p = INSN_ASM_P (insn); in advance_state_on_fence()
5302 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p) in advance_state_on_fence()
5311 return asm_p; in advance_state_on_fence()
5319 bool asm_p; in update_fence_and_insn() local
5322 asm_p = advance_state_on_fence (fence, insn); in update_fence_and_insn()
5353 if (asm_p || need_stall) in update_fence_and_insn()
7033 asm_p = false; in reset_sched_cycles_in_current_ebb()
7042 asm_p = INSN_ASM_P (insn); in reset_sched_cycles_in_current_ebb()
[all …]

123456