Home
last modified time | relevance | path

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

12

/external/llvm/utils/crosstool/
Dcreate-snapshots.sh20 readonly REV="${1:-$(getLatestRevisionFromSVN)}"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
30 local tarball="${module}-${REV}.tar.bz2"
/external/llvm/docs/
DBigEndianNEON.rst78 …DR + REV`` and similarly ``LDR == LD1 + REV`` (on a big endian system), we can simulate either typ…
97 1. Insert a ``REV`` instruction to reverse the lane order after every ``LDR``.
133 … to avoid alignment faults (the result of the ``LD1`` would then need to be reversed with ``REV``).
145 | Lane ordering | ``LDR + REV`` | ``LD1`` |
147 | AAPCS | ``LDR`` | ``LD1 + REV`` |
149 | Alignment for strict mode | ``LDR`` / ``LD1 + REV`` | ``LD1`` |
161 2. Create code generation patterns for bitconverts that create ``REV`` instructions.
188REV`` undoing the ``LD1`` of type ``X`` (converting the in-register representation to the same as …
202 It turns out that these ``REV`` pairs can, in almost all cases, be squashed together into a single …
/external/libavc/encoder/
Dih264e_cabac.h55 #define REV(u4_input, u4_output) \ macro
/external/v8/src/arm64/
Dconstants-arm64.h919 REV = DataProcessing1SourceFixed | 0x00000800, enumerator
920 REV_w = REV,
921 REV32_x = REV | SixtyFourBits,
Ddisasm-arm64.cc580 FORMAT(REV, "rev"); in VisitDataProcessing1Source()
Dassembler-arm64.cc1553 DataProcessing1Source(rd, rn, REV); in rev32()
/external/mdnsresponder/mDNSShared/
DCommonServices.h1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument
1187 ( ( ( REV ) & 0xFF ) ) )
/external/llvm/test/MC/Disassembler/ARM/
Dthumb1.txt342 # REV/REV16/REVSH
Dthumb2.txt1444 # REV
Dbasic-arm-instructions.txt1201 # REV/REV16/REVSH
/external/vixl/src/vixl/a64/
Dconstants-a64.h1023 REV = DataProcessing1SourceFixed | 0x00000800, enumerator
1024 REV_w = REV,
1025 REV32_x = REV | SixtyFourBits,
Ddisasm-a64.cc593 FORMAT(REV, "rev"); in VisitDataProcessing1Source()
/external/llvm/test/MC/ARM/
Dbasic-thumb-instructions.s472 @ REV/REV16/REVSH
Dbasic-arm-instructions.s1855 @ REV/REV16/REVSH
Dbasic-thumb2-instructions.s1932 @ REV
/external/jemalloc/
DMakefile.in39 REV := @rev@
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td5284 // conversions require one or more REV instructions.
5297 // LD1/ST1 perform the equivalent of a sequence of LDR/STR + REV. This makes
5300 // v1 = REV v2i32 (implicit)
5302 // v3 = REV v4i16 v2 (implicit)
5309 // v1 = REV v2i32 (implicit)
5310 // v2 = REV v2i32
5312 // v4 = REV v4i16
5313 // v5 = REV v4i16 v4 (implicit)
5316 // This means an extra two instructions, but actually in most cases the two REV
5320 // There is also no 128-bit REV instruction. This must be synthesized with an
DAArch64SchedCyclone.td147 // CLS,CLZ,RBIT,REV,REV16,REV32
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td129 // CLZ,RBIT,REV,REV16,REVSH,PKH
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td1218 // they don't have all the usual imm8 and REV forms, and are encoded into a
/external/wpa_supplicant_8/hostapd/
DChangeLog978 * finished update from IEEE 802.1X-2001 to IEEE 802.1X-REV (now d11)
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/vixl/doc/
Dsupported-instructions.md954 ### REV ### subsection
/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp1802 REV

12