Searched refs:REV (Results 1 - 10 of 10) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | crc32.c | 56 # 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/ |
H A D | astcenccli_image_load_store.cpp | 907 #define REV(x) kt->x = u32_byterev(kt->x) in ktx_header_switch_endianness() macro 908 REV(endianness); in ktx_header_switch_endianness() 909 REV(gl_type); in ktx_header_switch_endianness() 910 REV(gl_type_size); in ktx_header_switch_endianness() 911 REV(gl_format); in ktx_header_switch_endianness() 912 REV(gl_internal_format); in ktx_header_switch_endianness() 913 REV(gl_base_internal_format); in ktx_header_switch_endianness() 914 REV(pixel_width); in ktx_header_switch_endianness() 915 REV(pixel_height); in ktx_header_switch_endianness() 916 REV(pixel_dept in ktx_header_switch_endianness() 921 #undef REV ktx_header_switch_endianness() macro [all...] |
/third_party/f2fs-tools/lib/ |
H A D | nls_utf8.c | 35 #define UNICODE_AGE(MAJ, MIN, REV) \ 38 ((unsigned int)(REV)))
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1050 REV = DataProcessing1SourceFixed | 0x00000800, 1051 REV_w = REV, 1052 REV32_x = REV | SixtyFourBits,
|
H A D | assembler-arm64.cc | 1177 DataProcessing1Source(rd, rn, REV); in rev32()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 189 /// world w.r.t vectors; which causes additional REV instructions to be 192 /// mode without emitting such REV instructions. 211 REV,
|
H A D | AArch64ISelLowering.cpp | 1327 case AArch64ISD::REV: return "AArch64ISD::REV"; in getTargetNodeName() 3003 return DAG.getNode(AArch64ISD::REV, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN() 6817 /// isREVMask - Check if a vector shuffle corresponds to a REV 6822 "Only possible block sizes for REV are: 16, 32, 64"); in isREVMask()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1424 REV = DataProcessing1SourceFixed | 0x00000800, enumerator 1425 REV_w = REV, 1426 REV32_x = REV | SixtyFourBits,
|
H A D | assembler-aarch64.cc | 1024 DataProcessing1Source(xd, xn, REV); in rev32()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 628 FORMAT(REV, "rev"); in VisitDataProcessing1Source()
|
Completed in 64 milliseconds