Home
last modified time | relevance | path

Searched refs:REV (Results 1 – 25 of 47) sorted by relevance

12

/third_party/libwebsockets/win32port/zlib/
Dcrc32.c56 # define REV(w) ((((w)>>24)&0xff)+(((w)>>8)&0xff00)+ \ macro
141 crc_table[4][n] = REV(c); in make_crc_table()
145 crc_table[k + 4][n] = REV(c); in make_crc_table()
312 c = REV((u4)crc);
334 return (unsigned long)(REV(c));
/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp804 #define REV(x) kt->x = u32_byterev(kt->x) in ktx_header_switch_endianness() macro
805 REV(endianness); in ktx_header_switch_endianness()
806 REV(gl_type); in ktx_header_switch_endianness()
807 REV(gl_type_size); in ktx_header_switch_endianness()
808 REV(gl_format); in ktx_header_switch_endianness()
809 REV(gl_internal_format); in ktx_header_switch_endianness()
810 REV(gl_base_internal_format); in ktx_header_switch_endianness()
811 REV(pixel_width); in ktx_header_switch_endianness()
812 REV(pixel_height); in ktx_header_switch_endianness()
813 REV(pixel_depth); in ktx_header_switch_endianness()
[all …]
/third_party/vixl/test/aarch32/config/
Dcond-rd-rn-t32.json35 "Rev", // REV{<c>}{<q>} <Rd>, <Rm> ; T1
36 // REV{<c>}{<q>} <Rd>, <Rm> ; T2
Dcond-rd-rn-a32.json31 "Rev", // REV{<c>}{<q>} <Rd>, <Rm> ; A1
/third_party/ninja/
DRELEASING18 credits: git shortlog -s --no-merges REV..
/third_party/f2fs-tools/lib/
Dnls_utf8.c35 #define UNICODE_AGE(MAJ, MIN, REV) \ argument
38 ((unsigned int)(REV)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleM4.td88 "t2(S|Q|SH|U|UQ|UH|QD)(ADD|ASX|SAX|SUB)", "t2USADA8", "(t|t2)REV")>;
DARMScheduleR52.td338 (instregex "t2LDC", "RBIT", "REV", "REV16", "REVSH", "RRX")>;
DARMScheduleSwift.td131 // CLZ,RBIT,REV,REV16,REVSH,PKH
/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h1050 REV = DataProcessing1SourceFixed | 0x00000800, enumerator
1051 REV_w = REV,
1052 REV32_x = REV | SixtyFourBits,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h211 REV, enumerator
DAArch64SchedKryoDetails.td1752 (instregex "REV(16|32)?(W|X)r")>;
1758 (instregex "REV(16|32|64)(v8i8|v4i16|v2i32)")>;
1764 (instregex "REV(16|32|64)(v16i8|v8i16|v4i32)")>;
DAArch64SchedFalkorDetails.td919 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^REV(16|32|64)v.*$")>;
1207 def : InstRW<[FalkorWr_1XYZ_2cyc], (instregex "^(CLS|CLZ|RBIT|REV|REV16|REV32)(W|X)r$")>;
DAArch64SchedCyclone.td149 // CLS,CLZ,RBIT,REV,REV16,REV32
DAArch64SchedExynosM3.td675 def : InstRW<[M3WriteNSHF1], (instregex "^REV(16|32|64)v")>;
DAArch64InstrInfo.td6470 // conversions require one or more REV instructions.
6483 // LD1/ST1 perform the equivalent of a sequence of LDR/STR + REV. This makes
6486 // v1 = REV v2i32 (implicit)
6488 // v3 = REV v4i16 v2 (implicit)
6495 // v1 = REV v2i32 (implicit)
6496 // v2 = REV v2i32
6498 // v4 = REV v4i16
6499 // v5 = REV v4i16 v4 (implicit)
6502 // This means an extra two instructions, but actually in most cases the two REV
6506 // There is also no 128-bit REV instruction. This must be synthesized with an
DAArch64SchedExynosM4.td824 def : InstRW<[M4WriteNSHF1], (instregex "^REV(16|32|64)v")>;
DAArch64SchedExynosM5.td859 def : InstRW<[M5WriteNSHF2], (instregex "^REV(16|32|64)v")>;
/third_party/vixl/src/aarch64/
Dconstants-aarch64.h1416 REV = DataProcessing1SourceFixed | 0x00000800, enumerator
1417 REV_w = REV,
1418 REV32_x = REV | SixtyFourBits,
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_type_2_10_10_10_rev.txt383 (1010102 vs. 2101010REV) than this extension, reflecting different
/third_party/openGLES/extensions/ARB/
DARB_vertex_type_2_10_10_10_rev.txt393 (1010102 vs. 2101010REV) than this extension, reflecting different
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_packed_float.txt567 12) Should we support a non-REV version of the
DEXT_texture_shared_exponent.txt798 15) Should we support a non-REV version of the
/third_party/openGLES/extensions/EXT/
DEXT_texture_shared_exponent.txt798 15) Should we support a non-REV version of the
DEXT_packed_float.txt567 12) Should we support a non-REV version of the

12