HomeSort by: relevance | last modified time | path
    Searched refs:STP (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_AArch64.S 21 STP X1, X2, [SP, #-16]!
22 STP X3, X4, [SP, #-16]!
23 STP X5, X6, [SP, #-16]!
24 STP X7, X30, [SP, #-16]!
25 STP Q0, Q1, [SP, #-32]!
26 STP Q2, Q3, [SP, #-32]!
27 STP Q4, Q5, [SP, #-32]!
28 STP Q6, Q7, [SP, #-32]!
68 STP X1, X2, [SP, #-16]!
69 STP X3, X4, [SP, #-16]
    [all...]
  /src/sys/arch/bebox/stand/boot/
kbd.c 47 #define STP 0x0080 /* stop output */
53 u_char shfts, ctls, alts, caps, num, stp; variable
125 if (act & STP) {
128 stp = !stp;
130 stp = brk ? 0 : 1;
  /src/sys/arch/prep/stand/boot/
kbd.c 47 #define STP 0x0080 /* stop output */
53 u_char shfts, ctls, alts, caps, num, stp; variable
125 if (act & STP) {
128 stp = !stp;
130 stp = brk ? 0 : 1;
  /src/external/bsd/libpcap/dist/
grammar.y.in 406 %token STP
679 | STP { $$ = Q_STP; }
scanner.l 328 stp return STP;
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 114 #define STP 0xa9000000
1111 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(TMP_SP) | offs));
1126 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(TMP_SP) | offs));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 442 STP,
AArch64ISelLowering.cpp 2089 MAKE_CASE(AArch64ISD::STP)
4430 AArch64ISD::STP, Dl, DAG.getVTList(MVT::Other),
14174 // instructions (stp).
14374 /// stp xzr, xzr, [x0]
14402 // better since the constant mov will be amortized and stp q instructions
14412 // If the immediate offset of the address operand is too large for the stp
14453 // stp because of the store pair suppress pass.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 6892 auto *STP = std::next(I, Stride);
6898 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope);

Completed in 70 milliseconds