HomeSort by relevance Sort by last modified time
    Searched refs:_A2 (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 463 template <class _A1, class _A2>
466 __libcpp_isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
473 template <class _A1, class _A2>
478 std::is_arithmetic<_A2>::value,
481 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
483 typedef typename std::__promote<_A1, _A2>::type type;
493 template <class _A1, class _A2>
496 __libcpp_isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
503 template <class _A1, class _A2>
508 std::is_arithmetic<_A2>::value
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
spu-insns.h 128 #define _A2(a,b) {2,a,b}
137 APUOP(M_BRSL, RI16, 0x198, "brsl", _A2(A_T,A_R18), 00002, BR) /* BRelSetLink RT,IP<-IP,IP+I16 */
139 APUOP(M_BRASL, RI16, 0x188, "brasl", _A2(A_T,A_S18), 00002, BR) /* BRAbsSetLink RT,IP<-IP,I16 */
140 APUOP(M_FSMBI, RI16, 0x194, "fsmbi", _A2(A_T,A_X16), 00002, SHUF) /* FormSelMask%I RT<-fsm(I16) */
141 APUOP(M_LQA, RI16, 0x184, "lqa", _A2(A_T,A_S18), 00002, LS) /* LoadQAbs RT<-M[I16] */
142 APUOP(M_LQR, RI16, 0x19C, "lqr", _A2(A_T,A_R18), 00002, LS) /* LoadQRel RT<-M[IP+I16] */
149 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
150 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data */
151 APUOP(M_RCHCNT, RR, 0x00f, "rchcnt", _A2(A_T,A_H), 00002, SPR) /* ReaDCHanCouNT RT<-CA:count */
152 APUOP(M_HBRA, LBT, 0x080, "hbra", _A2(A_S11,A_S18), 00000, LS) /* HBRA BTB[B9]<-M[I16] *
    [all...]
  /external/libcxx/include/
math.h 482 template <class _A1, class _A2>
485 __libcpp_isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
492 template <class _A1, class _A2>
497 std::is_arithmetic<_A2>::value,
500 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
502 typedef typename std::__promote<_A1, _A2>::type type;
512 template <class _A1, class _A2>
515 __libcpp_isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
522 template <class _A1, class _A2>
527 std::is_arithmetic<_A2>::value
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
opclasses.h 125 name##_A2: &\
    [all...]

Completed in 176 milliseconds