Home
last modified time | relevance | path

Searched refs:CPY (Results 1 – 25 of 33) sorted by relevance

12

/external/libkmsxx/kms++/src/
Dhelpers.cpp6 #define CPY(field) dst.field = src.field macro
17 CPY(clock); in drm_mode_to_video_mode()
19 CPY(hdisplay); in drm_mode_to_video_mode()
20 CPY(hsync_start); in drm_mode_to_video_mode()
21 CPY(hsync_end); in drm_mode_to_video_mode()
22 CPY(htotal); in drm_mode_to_video_mode()
23 CPY(hskew); in drm_mode_to_video_mode()
25 CPY(vdisplay); in drm_mode_to_video_mode()
26 CPY(vsync_start); in drm_mode_to_video_mode()
27 CPY(vsync_end); in drm_mode_to_video_mode()
[all …]
/external/cn-cbor/test/
Dtest.c48 #define CPY(s, l) memcpy(out, s, l); out += l; in dump() macro
49 #define OUT(s) CPY(s, sizeof(s)-1) in dump()
72 CPY(cb->v.str, cb->length); /* should escape stuff */ in dump()
/external/libxml2/os400/
Dmake-src.sh288 then CMD="CPY OBJ('${SCRIPTDIR}/xmllint.cmd')"
343 then CMD="CPY OBJ('${SCRIPTDIR}/xmlcatalog.cmd')"
/external/llvm/lib/Target/AArch64/
DAArch64SchedM1.td321 def : InstRW<[M1WriteNALU1], (instregex "^CPY")>;
DAArch64SchedCyclone.td341 // CPY D,V[x] is a WriteV
DAArch64SchedA57.td504 def : InstRW<[A57Write_8cyc_1L_1V], (instregex "^CPY")>;
DAArch64InstrInfo.td3754 // AdvSIMD scalar CPY instruction
3757 defm CPY : SIMDScalarCPY<"cpy">;
4077 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if
/external/capstone/arch/M680X/
Dinsn_props.inc122 { NOG, rrrr, M680X_REG_Y, NOR, true, false }, // CPY
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td343 // CPY D,V[x] is a WriteV
DAArch64SchedExynosM3.td669 def : InstRW<[M3WriteNSHF1], (instregex "^CPY")>;
DAArch64SchedA57.td508 def : InstRW<[A57Write_8cyc_1L_1V], (instregex "^CPY")>;
DAArch64SchedExynosM4.td810 def : InstRW<[M4WriteNSHF1], (instregex "^CPY")>;
DAArch64SchedExynosM5.td848 def : InstRW<[M5WriteNSHF2], (instregex "^CPY")>;
DAArch64SchedFalkorDetails.td911 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^CPY(i8|i16|i32|i64)$")>;
DAArch64SchedThunderX3T110.td1605 def : InstRW<[THX3T110Write_5Cyc_F0123], (instregex "^CPY")>;
DAArch64SchedThunderX2T99.td1495 def : InstRW<[THX2T99Write_5Cyc_F01], (instregex "^CPY")>;
DAArch64InstrInfo.td4899 // AdvSIMD scalar CPY instruction
4902 defm CPY : SIMDScalarCPY<"cpy">;
5286 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td342 // CPY D,V[x] is a WriteV
DAArch64SchedExynosM3.td668 def : InstRW<[M3WriteNSHF1], (instregex "^CPY")>;
DAArch64SchedA57.td507 def : InstRW<[A57Write_8cyc_1L_1V], (instregex "^CPY")>;
DAArch64SchedExynosM5.td847 def : InstRW<[M5WriteNSHF2], (instregex "^CPY")>;
DAArch64SchedExynosM4.td809 def : InstRW<[M4WriteNSHF1], (instregex "^CPY")>;
DAArch64SchedFalkorDetails.td911 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^CPY(i8|i16|i32|i64)$")>;
DAArch64SchedThunderX2T99.td1495 def : InstRW<[THX2T99Write_5Cyc_F01], (instregex "^CPY")>;
DAArch64InstrInfo.td4716 // AdvSIMD scalar CPY instruction
4719 defm CPY : SIMDScalarCPY<"cpy">;
5052 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if

12