| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-data-ref.h | 179 #define DR_STMT(DR) (DR)->stmt argument 180 #define DR_REF(DR) (DR)->ref argument 181 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument 182 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument 183 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument 184 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument 185 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument 186 #define DR_IS_READ(DR) (DR)->is_read argument 187 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument 188 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument [all …]
|
| H A D | tree-vectorizer.h | 1441 #define DR_MISALIGNMENT(DR) dr_misalignment (DR) 1442 #define SET_DR_MISALIGNMENT(DR, VAL) set_dr_misalignment (DR, VAL) 1445 #define DR_TARGET_ALIGNMENT(DR) ((DR)->target_alignment)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-data-ref.h | 179 #define DR_STMT(DR) (DR)->stmt argument 180 #define DR_REF(DR) (DR)->ref argument 181 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument 182 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument 183 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument 184 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument 185 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument 186 #define DR_IS_READ(DR) (DR)->is_read argument 187 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument 188 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument [all …]
|
| H A D | tree-vectorizer.h | 1441 #define DR_MISALIGNMENT(DR) dr_misalignment (DR) 1442 #define SET_DR_MISALIGNMENT(DR, VAL) set_dr_misalignment (DR, VAL) 1445 #define DR_TARGET_ALIGNMENT(DR) ((DR)->target_alignment)
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/tests/ |
| H A D | ni_routes_test.c | 85 static struct ni_device_routes DR = { variable 177 private.routing_tables.valid_routes = &DR; in init_pci_fake() 277 ni_sort_device_routes(&DR); in test_ni_sort_device_routes() 279 unittest(route_set_dests_in_order(&DR), in test_ni_sort_device_routes() 281 unittest(route_set_sources_in_order(&DR), in test_ni_sort_device_routes() 287 unittest(!ni_find_route_set(bad_dest, &DR), in test_ni_find_route_set() 289 unittest(ni_find_route_set(dest0, &DR) == &DR.routes[0], in test_ni_find_route_set() 291 unittest(ni_find_route_set(desti, &DR) == &DR.routes[ith_dest_index], in test_ni_find_route_set() 293 unittest(ni_find_route_set(no_val_dest, &DR) == in test_ni_find_route_set() 294 &DR.routes[no_val_index], in test_ni_find_route_set() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/math-emu/ |
| H A D | math_32.c | 287 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_one_mathemu() 429 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_one_mathemu() 433 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_one_mathemu() 439 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_one_mathemu() 445 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_one_mathemu() 449 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_one_mathemu() 461 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu() 464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu() 469 case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break; in do_one_mathemu() 508 case 6: FP_PACK_DP (rd, DR); break; in do_one_mathemu()
|
| H A D | math_64.c | 182 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_mathemu() 434 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_mathemu() 438 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_mathemu() 444 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_mathemu() 450 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_mathemu() 454 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_mathemu() 472 case FXTOD: XR = rs2->d; FP_FROM_INT_D (DR, XR, 64, long); break; in do_mathemu() 476 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_mathemu() 478 case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break; in do_mathemu() 483 case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break; in do_mathemu() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/math-emu/ |
| H A D | math.c | 105 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in alpha_fp_emul() 200 FP_SUB_D(DR, DA, DB); in alpha_fp_emul() 204 FP_ADD_D(DR, DA, DB); in alpha_fp_emul() 208 FP_MUL_D(DR, DA, DB); in alpha_fp_emul() 212 FP_DIV_D(DR, DA, DB); in alpha_fp_emul() 216 FP_SQRT_D(DR, DB); in alpha_fp_emul() 266 FP_FROM_INT_D(DR, ((long)vb), 64, long); in alpha_fp_emul() 281 FP_PACK_DP(&vc, DR); in alpha_fp_emul()
|
| /OK3568_Linux_fs/kernel/arch/sh/math-emu/ |
| H A D | math.c | 40 #define DR ((unsigned long long*)(fregs->fp_regs)) macro 41 #define DRn (DR[BANK(n)/2]) 42 #define DRm (DR[BANK(m)/2]) 47 #define XDn (DR[BANK(XREG(n))/2]) 48 #define XDm (DR[BANK(XREG(m))/2])
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | math_efp.c | 344 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu() 377 FP_ADD_D(DR, DA, DB); in do_spe_mathemu() 381 FP_SUB_D(DR, DA, DB); in do_spe_mathemu() 385 FP_MUL_D(DR, DA, DB); in do_spe_mathemu() 389 FP_DIV_D(DR, DA, DB); in do_spe_mathemu() 424 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu() 470 FP_PACK_DP(vc.dp, DR); in do_spe_mathemu()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | system_error | 154 // DR 890. 204 // DR 804. 228 // DR 804. 298 // DR 804. 324 // DR 804. 475 // DR 1182. 492 // DR 2686.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | system_error | 154 // DR 890. 204 // DR 804. 228 // DR 804. 298 // DR 804. 324 // DR 804. 475 // DR 1182. 492 // DR 2686.
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A D | cheatsheet.txt | 3 C Self R W RMW Self R W DR DW RMW SV 31 DR: Dependent read (address dependency)
|
| /OK3568_Linux_fs/buildroot/package/perl-module-implementation/ |
| H A D | perl-module-implementation.mk | 9 PERL_MODULE_IMPLEMENTATION_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DR/DROLSKY
|
| /OK3568_Linux_fs/buildroot/package/perl-devel-stacktrace/ |
| H A D | perl-devel-stacktrace.mk | 9 PERL_DEVEL_STACKTRACE_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DR/DROLSKY
|
| /OK3568_Linux_fs/buildroot/package/perl-locale-maketext-lexicon/ |
| H A D | perl-locale-maketext-lexicon.mk | 9 PERL_LOCALE_MAKETEXT_LEXICON_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DR/DRTECH
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | common.c | 161 __DEFINE_LINK_MODE_NAME(50000, DR, Full), 183 __DEFINE_LINK_MODE_NAME(100000, DR, Full),
|
| H A D | linkmodes.c | 231 __DEFINE_LINK_MODE_PARAMS(50000, DR, Full), 253 __DEFINE_LINK_MODE_PARAMS(100000, DR, Full),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 12 Reconfiguration(DR) Connector is enabled
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | pq3-usb2-dr-0.dtsi | 2 * PQ3 USB DR device tree stub [ controller @ offset 0x22000 ]
|
| H A D | pq3-usb2-dr-1.dtsi | 2 * PQ3 USB DR device tree stub [ controller @ offset 0x23000 ]
|
| H A D | qoriq-usb2-dr-0.dtsi | 2 * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/ |
| H A D | atmel.c | 127 #define DR 0x08 macro 659 return atmel_read8(priv->dev, DR); in atmel_rmem8() 665 atmel_write8(priv->dev, DR, data); in atmel_wmem8() 671 return atmel_read16(priv->dev, DR); in atmel_rmem16() 677 atmel_write16(priv->dev, DR, data); in atmel_wmem16() 957 u8 octet = atmel_read8(priv->dev, DR); in probe_crc() 4152 atmel_write8(dev, DR, *src); in atmel_copy_to_card() 4158 atmel_write16(dev, DR, lb | (hb << 8)); in atmel_copy_to_card() 4161 atmel_write8(dev, DR, *src); in atmel_copy_to_card() 4170 *dest = atmel_read8(dev, DR); in atmel_copy_to_host() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | papr_hcalls.rst | 112 available for use by LPARs as Dynamic Resource (DR). When a DR is allocated to 117 DR.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_cle.h | 242 u8 DR; member
|