Home
last modified time | relevance | path

Searched refs:scratch2 (Results 1 – 10 of 10) sorted by relevance

/third_party/pixman/pixman/
Dpixman-mips-dspr2-asm.h270 scratch1, scratch2
273 andi \scratch2, \scratch1, 0xff
275 or \scratch1, \scratch2, \scratch1
280 srl \scratch2, \in_565, 0x1
281 andi \scratch2, \scratch2, 0x300
282 or \scratch2, \scratch1, \scratch2
283 or \out_8888, \out_8888, \scratch2
286 srl \scratch2, \scratch1, 0x5
287 andi \scratch2, \scratch2, 0xff00
288 or \scratch1, \scratch1, \scratch2
[all …]
/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.cc95 std::string scratch2; in Compare() local
101 message_2, field, index_2, &scratch2))); in Compare()
106 std::string scratch2; in Compare() local
110 reflection_2->GetStringReference(message_2, field, &scratch2))); in Compare()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsparse_apply_proximal_adagrad_impl.cu74 const T scratch2 = AbsFunc(prox_v) - scratch1 * l1_regularization[0]; in SparseApplyProximalAdagradUpdate() local
75 const T scratch3 = CompareFunc(scratch2, static_cast<T>(0.0)) ? scratch2 : static_cast<T>(0.0); in SparseApplyProximalAdagradUpdate()
/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),
220 "@earlyclobber $scratch2";
227 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2),
230 "@earlyclobber $scratch2";
/third_party/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S253 .macro STORE_YCC_TO_RGB scratch0 scratch1 scratch2 outptr
256 sb \scratch2, \b_offs(\outptr)
498 .macro STORE_H2V2_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
502 sb \scratch2, \b1_offs(\outptr)
514 .macro STORE_H2V2_1_PIXEL scratch0 scratch1 scratch2 outptr
517 sb \scratch2, \b1_offs(\outptr)
699 .macro STORE_H2V1_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
703 sb \scratch2, \b1_offs(\outptr)
715 .macro STORE_H2V1_1_PIXEL scratch0 scratch1 scratch2 outptr
718 sb \scratch2, \b1_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
256 sb \scratch2, \b_offs(\outptr)
498 .macro STORE_H2V2_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
502 sb \scratch2, \b1_offs(\outptr)
514 .macro STORE_H2V2_1_PIXEL scratch0 scratch1 scratch2 outptr
517 sb \scratch2, \b1_offs(\outptr)
699 .macro STORE_H2V1_2_PIXELS scratch0 scratch1 scratch2 scratch3 scratch4 \
703 sb \scratch2, \b1_offs(\outptr)
715 .macro STORE_H2V1_1_PIXEL scratch0 scratch1 scratch2 outptr
718 sb \scratch2, \b1_offs(\outptr)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc1959 Register scratch2, Label *miss) { in UpdateRangeFeedback() argument
1961 ComputeRange(scratch1, value, scratch2, miss); in UpdateRangeFeedback()
1962 ldr(scratch2, FieldAddress(ic_data, ICData::state_bits_offset())); in UpdateRangeFeedback()
1963 orr(scratch2, scratch2, in UpdateRangeFeedback()
1965 str(scratch2, FieldAddress(ic_data, ICData::state_bits_offset())); in UpdateRangeFeedback()
Dassembler_arm.h941 Register scratch1, Register scratch2, Label *miss);
/third_party/flutter/skia/tests/
DResourceCacheTest.cpp1326 TestResource *scratch2 = TestResource::CreateScratch(gpu, SkBudgeted::kYes, in test_partial_purge() local
1338 scratch2->unref(); in test_partial_purge()
/third_party/skia/tests/
DResourceCacheTest.cpp1393 TestResource *scratch2 = TestResource::CreateScratch(gpu, SkBudgeted::kYes, in test_partial_purge() local
1405 scratch2->unref(); in test_partial_purge()