HomeSort by relevance Sort by last modified time
    Searched defs:TMP (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
memclr_arm.s 31 #define TMP R12 /* N and TMP don't overlap */
44 AND.S $3, TO, TMP
51 SUB $31, TOE, TMP /* do 32-byte chunks if possible */
52 CMP TMP, TO
64 CMP TMP, TO
71 SUB $3, TOE, TMP /* do remaining words if possible */
73 CMP TMP, TO
memmove_arm.s 36 #define TMP R12 /* N and TMP don't overlap */
78 AND.S $3, TE, TMP
81 MOVBU.W -1(FROM), TMP /* pre-indexed */
82 MOVBU.W TMP, -1(TE) /* pre-indexed */
86 AND.S $3, FROM, TMP
89 ADD $31, TS, TMP /* do 32-byte chunks if possible */
92 CMP TMP, TE
101 ADD $3, TS, TMP
103 CMP TMP, T
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
memclr_arm.s 31 #define TMP R12 /* N and TMP don't overlap */
44 AND.S $3, TO, TMP
51 SUB $31, TOE, TMP /* do 32-byte chunks if possible */
52 CMP TMP, TO
64 CMP TMP, TO
71 SUB $3, TOE, TMP /* do remaining words if possible */
73 CMP TMP, TO
memmove_arm.s 36 #define TMP R12 /* N and TMP don't overlap */
78 AND.S $3, TE, TMP
81 MOVBU.W -1(FROM), TMP /* pre-indexed */
82 MOVBU.W TMP, -1(TE) /* pre-indexed */
86 AND.S $3, FROM, TMP
89 ADD $31, TS, TMP /* do 32-byte chunks if possible */
92 CMP TMP, TE
101 ADD $3, TS, TMP
103 CMP TMP, T
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.h 35 static constexpr Register TMP = R11;
  /art/runtime/arch/mips/
registers_mips.h 63 TMP = T8, // scratch register (in addition to AT)
  /art/runtime/arch/mips64/
registers_mips64.h 63 TMP = T8, // scratch register (in addition to AT)
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 220 unsigned TMP = 0;
223 TMP *= 10;
224 TMP += P[0] - '0';
229 N = TMP;
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 1225 UChar tmp[4]; local
    [all...]
numfmtst.cpp     [all...]

Completed in 973 milliseconds