Home
last modified time | relevance | path

Searched refs:store_result (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/filter/
H A Dlfe-filter.c87 static void process_block(pa_lfe_filter_t *f, pa_memchunk *buf, bool store_result) { in process_block() argument
90 void *garbage = store_result ? NULL : pa_xmalloc(buf->length); in process_block()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h640 Register store_result = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicBinop() local
651 // stored to memory. Note that {temp} and {store_result} are not allowed to be in AtomicBinop()
701 __ stlxrb(store_result.W(), temp.W(), actual_addr); in AtomicBinop()
705 __ stlxrh(store_result.W(), temp.W(), actual_addr); in AtomicBinop()
709 __ stlxr(store_result.W(), temp.W(), actual_addr); in AtomicBinop()
712 __ stlxr(store_result.W(), temp.X(), actual_addr); in AtomicBinop()
718 __ Cbnz(store_result.W(), &retry); in AtomicBinop()
837 Register store_result = temps.AcquireW(); in AtomicCompareExchange() local
848 stlxrb(store_result.W(), new_value.gp().W(), actual_addr); in AtomicCompareExchange()
855 stlxrh(store_result in AtomicCompareExchange()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h891 Register store_result = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicOp32() local
894 // stored to memory. Note that {temp} and {store_result} are not allowed to be in AtomicOp32()
911 (lasm->*store)(store_result, temp, actual_addr, al); in AtomicOp32()
912 __ cmp(store_result, Operand(0)); in AtomicOp32()
1032 Register store_result = __ GetUnusedRegister(kGpReg, pinned).gp(); in AtomicOp64() local
1053 __ strexd(store_result, dst_low, dst_high, actual_addr); in AtomicOp64()
1054 __ cmp(store_result, Operand(0)); in AtomicOp64()
1214 Register store_result = r6; in AtomicI64CompareExchange() local
1220 new_value_high, store_result, expected_low, expected_high); in AtomicI64CompareExchange()
1248 __ strexd(store_result, new_value_lo in AtomicI64CompareExchange()
1335 Register store_result = GetUnusedRegister(kGpReg, pinned).gp(); AtomicCompareExchange() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp2407 bool store_result = store_ncimage(image_decomp_out, output_filename.c_str(),
2409 if (!store_result)
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h661 Register store_result = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicBinop() local
675 // stored to memory. Note that {temp} and {store_result} are not allowed to be in AtomicBinop()
729 __ mv(store_result, zero_reg); in AtomicBinop()
736 __ mv(store_result, zero_reg); in AtomicBinop()
740 __ sc_w(false, true, store_result, actual_addr, temp); in AtomicBinop()
743 __ sc_w(false, true, store_result, actual_addr, temp); in AtomicBinop()
749 __ bnez(store_result, &retry); in AtomicBinop()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3463 Register store_result = tmp1; in AssembleArchInstruction()
3470 __ strexd(store_result, value_low, value_high, actual_addr); in AssembleArchInstruction()
3471 __ cmp(store_result, Operand(0)); in AssembleArchInstruction()

Completed in 25 milliseconds