/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctflt-3dn.asm | 99 pfadd mm6, mm2 ; mm6=data1+data6=tmp1 214 pfadd mm6, mm2 ; mm6=data1+data6=tmp1
|
H A D | jfdctflt-sse.asm | 136 addps xmm0, xmm2 ; xmm0=data1+data6=tmp1 272 addps xmm0, xmm2 ; xmm0=data1+data6=tmp1
|
H A D | jfdctfst-mmx.asm | 150 paddw mm0, mm2 ; mm0=data1+data6=tmp1 291 paddw mm0, mm2 ; mm0=data1+data6=tmp1
|
H A D | jfdctfst-sse2.asm | 167 paddw xmm6, xmm2 ; xmm6=data1+data6=tmp1 305 paddw xmm5, xmm7 ; xmm5=data1+data6=tmp1
|
H A D | jidctflt-3dn.asm | 176 pfadd mm7, mm1 ; mm7=tmp1 321 pfadd mm7, mm1 ; mm7=tmp1
|
H A D | jidctfst-mmx.asm | 197 paddw mm7, mm1 ; mm7=tmp1 355 paddw mm7, mm1 ; mm7=tmp1
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctflt-sse.asm | 127 addps xmm0, xmm2 ; xmm0=data1+data6=tmp1 262 addps xmm0, xmm2 ; xmm0=data1+data6=tmp1
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 2825 void Assembler::CopyDoubleField(Register dst, Register src, Register tmp1, 2831 LoadFromOffset(kWord, tmp1, src, Double::value_offset() - kHeapObjectTag); 2834 StoreToOffset(kWord, tmp1, dst, Double::value_offset() - kHeapObjectTag); 2840 void Assembler::CopyFloat32x4Field(Register dst, Register src, Register tmp1, 2848 LoadFromOffset(kWord, tmp1, src, 2854 StoreToOffset(kWord, tmp1, dst, 2859 LoadFromOffset(kWord, tmp1, src, 2865 StoreToOffset(kWord, tmp1, dst, 2872 void Assembler::CopyFloat64x2Field(Register dst, Register src, Register tmp1, 2880 LoadFromOffset(kWord, tmp1, sr [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 1254 struct tipc_aead *tmp1, *tmp2 = NULL; in tipc_crypto_key_try_align() local 1274 tmp1 = tipc_aead_rcu_ptr(rx->aead[key.pending], &rx->lock); in tipc_crypto_key_try_align() 1275 if (!refcount_dec_if_one(&tmp1->refcnt)) in tipc_crypto_key_try_align() 1288 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align() 1291 refcount_set(&tmp1->refcnt, 1); in tipc_crypto_key_try_align()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | enc28j60.c | 821 u16 tmp1, tmp2; in enc28j60_dump_tsv() local 824 tmp1 = tsv[1]; in enc28j60_dump_tsv() 825 tmp1 <<= 8; in enc28j60_dump_tsv() 826 tmp1 |= tsv[0]; in enc28j60_dump_tsv() 834 tmp1, tsv[2] & 0x0f, tmp2); in enc28j60_dump_tsv()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | phy.c | 881 s32 tmp1 = 0, tmp2 = 0; in simularity_compare() local 888 tmp1 = resulta[c1][i] | 0xFFFFFC00; in simularity_compare() 890 tmp1 = resulta[c1][i]; in simularity_compare() 897 tmp1 = resulta[c1][i]; in simularity_compare() 901 diff = abs(tmp1 - tmp2); in simularity_compare()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | enc28j60.c | 820 u16 tmp1, tmp2; in enc28j60_dump_tsv() local 823 tmp1 = tsv[1]; in enc28j60_dump_tsv() 824 tmp1 <<= 8; in enc28j60_dump_tsv() 825 tmp1 |= tsv[0]; in enc28j60_dump_tsv() 833 tmp1, tsv[2] & 0x0f, tmp2); in enc28j60_dump_tsv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 1250 struct tipc_aead *tmp1, *tmp2 = NULL; in tipc_crypto_key_try_align() local 1270 tmp1 = tipc_aead_rcu_ptr(rx->aead[key.pending], &rx->lock); in tipc_crypto_key_try_align() 1271 if (!refcount_dec_if_one(&tmp1->refcnt)) in tipc_crypto_key_try_align() 1284 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align() 1287 refcount_set(&tmp1->refcnt, 1); in tipc_crypto_key_try_align()
|
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 1276 float tmp1 = d1 + d6; 1286 float tmp11 = tmp1 + tmp2; 1287 float tmp12 = tmp1 - tmp2; 1319 int tmp1 = val < 0 ? -val : val; 1322 while(tmp1 >>= 1) {
|
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 1276 float tmp1 = d1 + d6; 1286 float tmp11 = tmp1 + tmp2; 1287 float tmp12 = tmp1 - tmp2; 1319 int tmp1 = val < 0 ? -val : val; 1322 while(tmp1 >>= 1) {
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 1073 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ossl_ec_GFp_simple_cmp() local 1098 tmp1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_cmp() 1115 if (!field_mul(group, tmp1, a->X, Zb23, ctx)) in ossl_ec_GFp_simple_cmp() 1117 tmp1_ = tmp1; in ossl_ec_GFp_simple_cmp() 1138 if (!field_mul(group, tmp1, a->Y, Zb23, ctx)) in ossl_ec_GFp_simple_cmp() 1140 /* tmp1_ = tmp1 */ in ossl_ec_GFp_simple_cmp()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 1073 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ossl_ec_GFp_simple_cmp() local 1098 tmp1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_cmp() 1115 if (!field_mul(group, tmp1, a->X, Zb23, ctx)) in ossl_ec_GFp_simple_cmp() 1117 tmp1_ = tmp1; in ossl_ec_GFp_simple_cmp() 1138 if (!field_mul(group, tmp1, a->Y, Zb23, ctx)) in ossl_ec_GFp_simple_cmp() 1140 /* tmp1_ = tmp1 */ in ossl_ec_GFp_simple_cmp()
|
/third_party/python/Python/ |
H A D | hamt.c | 1189 PyObject *tmp1; in hamt_node_bitmap_dump() local 1202 tmp1 = PyLong_FromUnsignedLong(node->b_bitmap); in hamt_node_bitmap_dump() 1203 if (tmp1 == NULL) { in hamt_node_bitmap_dump() 1206 tmp2 = _PyLong_Format(tmp1, 2); in hamt_node_bitmap_dump() 1207 Py_DECREF(tmp1); in hamt_node_bitmap_dump()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 2073 QwNeonRegister tmp1 = i.TempSimd128Register(0); in AssembleArchInstruction() local 2083 __ vmov(tmp1, left); in AssembleArchInstruction() 2089 // left/tmp1: [ a3, a2 | a1, a0 ] in AssembleArchInstruction() 2098 __ vtrn(Neon32, tmp1.low(), tmp1.high()); in AssembleArchInstruction() 2099 // tmp1: [ a3, a1 | a2, a0 ] in AssembleArchInstruction() 2103 __ vmull(NeonU32, dst, tmp1.low(), tmp2.high()); in AssembleArchInstruction() 2105 __ vmlal(NeonU32, dst, tmp1.high(), tmp2.low()); in AssembleArchInstruction() 2110 __ vmlal(NeonU32, dst, tmp1.low(), tmp2.low()); in AssembleArchInstruction() 2484 Simd128Register tmp1 in AssembleArchInstruction() [all...] |
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.c | 1557 u8 tmp1, tmp2, i, j; in sisusb_verify_mclk() local 1561 ret |= READB(ramptr, &tmp1); in sisusb_verify_mclk() 1563 if ((tmp1 != 0xaa) || (tmp2 != 0x55)) { in sisusb_verify_mclk() 1565 ret |= GETIREG(SISSR, 0x21, &tmp1); in sisusb_verify_mclk() 1566 ret |= SETIREGAND(SISSR, 0x21, (tmp1 & 0xfb)); in sisusb_verify_mclk() 1569 ret |= SETIREG(SISSR, 0x21, tmp1); in sisusb_verify_mclk() 1571 ret |= READB(ramptr + 16 + j, &tmp1); in sisusb_verify_mclk() 1572 if (tmp1 == j) { in sisusb_verify_mclk()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 2127 VRegister tmp1 = temps.AcquireV(kFormat2D); in emit_i64x2_mul() local 2135 Xtn(tmp1.V2S(), lhs.fp().V2D()); in emit_i64x2_mul() 2137 Umull(tmp1.V2D(), tmp1.V2S(), tmp2.V2S()); in emit_i64x2_mul() 2142 Add(dst.fp().V2D(), dst.fp().V2D(), tmp1.V2D()); in emit_i64x2_mul() 2323 VRegister tmp1 = scope.AcquireV(kFormat4S); in emit_i32x4_dot_i16x8_s() local 2325 Smull(tmp1, lhs.fp().V4H(), rhs.fp().V4H()); in emit_i32x4_dot_i16x8_s() 2327 Addp(dst.fp().V4S(), tmp1, tmp2); in emit_i32x4_dot_i16x8_s()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_port.c | 471 u32 mac_per = 6400, tmp1, tmp2, tmp3; in sparx5_port_fifo_sz() local 506 tmp1 = 1000 * mac_width / fifo_width; in sparx5_port_fifo_sz() 509 tmp3 = tmp1 * tmp2 / 1000; in sparx5_port_fifo_sz()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv_sse2.c | 78 const __m128i tmp1 = _mm_unpacklo_epi8(zero, tmp0); in Load_UV_HI_8_SSE2() local 79 return _mm_unpacklo_epi16(tmp1, tmp1); // replicate samples in Load_UV_HI_8_SSE2()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | matrix.h | 160 __m128 tmp1 = _mm_shuffle_ps(in[2], in[3], 0x44); in glm_mat4_transpose() local 163 out[0] = _mm_shuffle_ps(tmp0, tmp1, 0x88); in glm_mat4_transpose() 164 out[1] = _mm_shuffle_ps(tmp0, tmp1, 0xDD); in glm_mat4_transpose()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.c | 140 char *line, *tmp1, *path = NULL; in wpa_debug_open_linux_tracing() local 156 line = strtok_r(buf, "\n", &tmp1); in wpa_debug_open_linux_tracing() 168 line = strtok_r(NULL, "\n", &tmp1); in wpa_debug_open_linux_tracing()
|