Home
last modified time | relevance | path

Searched refs:scratch1 (Results 1 – 11 of 11) sorted by relevance

/third_party/pixman/pixman/
Dpixman-mips-dspr2-asm.h270 scratch1, scratch2
272 sll \scratch1, \in_565, 0x3
273 andi \scratch2, \scratch1, 0xff
274 ext \scratch1, \in_565, 0x2, 0x3
275 or \scratch1, \scratch2, \scratch1
276 or \out_8888, \out_8888, \scratch1
278 sll \scratch1, \in_565, 0x5
279 andi \scratch1, \scratch1, 0xfc00
282 or \scratch2, \scratch1, \scratch2
285 andi \scratch1, \in_565, 0xf800
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsparse_apply_proximal_adagrad_impl.cu71 const T scratch1 = learning_rate[0] * RsqrtFunc(accumulation[cur_pos]); in SparseApplyProximalAdagradUpdate() local
73 prox_v -= gradient[grad_pos] * scratch1; in SparseApplyProximalAdagradUpdate()
74 const T scratch2 = AbsFunc(prox_v) - scratch1 * l1_regularization[0]; in SparseApplyProximalAdagradUpdate()
77 variable[cur_pos] = variable[cur_pos] / (static_cast<T>(1.0) + l2_regularization[0] * scratch1); in SparseApplyProximalAdagradUpdate()
/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.cc94 std::string scratch1; in Compare() local
99 message_1, field, index_1, &scratch1), in Compare()
105 std::string scratch1; in Compare() local
109 reflection_1->GetStringReference(message_1, field, &scratch1), in Compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoA.td216 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2),
219 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1,"
227 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2),
229 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1,"
/third_party/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S253 .macro STORE_YCC_TO_RGB scratch0 scratch1 scratch2 outptr
255 sb \scratch1, \g_offs(\outptr)
498 .macro STORE_H2V2_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
501 sb \scratch1, \g1_offs(\outptr)
514 .macro STORE_H2V2_1_PIXEL scratch0 scratch1 scratch2 outptr
516 sb \scratch1, \g1_offs(\outptr)
699 .macro STORE_H2V1_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
702 sb \scratch1, \g1_offs(\outptr)
715 .macro STORE_H2V1_1_PIXEL scratch0 scratch1 scratch2 outptr
717 sb \scratch1, \g1_offs(\outptr)
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S253 .macro STORE_YCC_TO_RGB scratch0 scratch1 scratch2 outptr
255 sb \scratch1, \g_offs(\outptr)
498 .macro STORE_H2V2_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
501 sb \scratch1, \g1_offs(\outptr)
514 .macro STORE_H2V2_1_PIXEL scratch0 scratch1 scratch2 outptr
516 sb \scratch1, \g1_offs(\outptr)
699 .macro STORE_H2V1_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
702 sb \scratch1, \g1_offs(\outptr)
715 .macro STORE_H2V1_1_PIXEL scratch0 scratch1 scratch2 outptr
717 sb \scratch1, \g1_offs(\outptr)
/third_party/flutter/skia/tests/
DResourceCacheTest.cpp1323 TestResource *scratch1 = TestResource::CreateScratch(gpu, SkBudgeted::kYes, in test_partial_purge() local
1336 scratch1->unref(); in test_partial_purge()
/third_party/skia/tests/
DResourceCacheTest.cpp1390 TestResource *scratch1 = TestResource::CreateScratch(gpu, SkBudgeted::kYes, in test_partial_purge() local
1403 scratch1->unref(); in test_partial_purge()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc1958 Register ic_data, Register scratch1, in UpdateRangeFeedback() argument
1961 ComputeRange(scratch1, value, scratch2, miss); in UpdateRangeFeedback()
1964 Operand(scratch1, LSL, ICData::RangeFeedbackShift(index))); in UpdateRangeFeedback()
Dassembler_arm.h941 Register scratch1, Register scratch2, Label *miss);
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c1179 uint32_t scratch1, chicken3; in setup_l3_config() local
1180 crocus_pack_state(GENX(SCRATCH1), &scratch1, reg) { in setup_l3_config()
1187 crocus_emit_lri(batch, SCRATCH1, scratch1); in setup_l3_config()