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

  /prebuilts/go/darwin-x86/src/runtime/
tls_arm.s 42 MRC 15, 0, R0, C13, C0, 3 // fetch TLS base pointer
59 MRC 15, 0, R0, C13, C0, 3 // fetch TLS base pointer
82 MRC 15, 0, R0, C13, C0, 3 // load TLS base pointer
  /prebuilts/go/linux-x86/src/runtime/
tls_arm.s 42 MRC 15, 0, R0, C13, C0, 3 // fetch TLS base pointer
59 MRC 15, 0, R0, C13, C0, 3 // fetch TLS base pointer
82 MRC 15, 0, R0, C13, C0, 3 // load TLS base pointer
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 34 p.C13 = (chan (chan<- (chan<- int)))(nil)
import2.go 23 var C13 chan chan <- chan <- int = (chan (chan<- (chan<- int)))(nil)
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 34 p.C13 = (chan (chan<- (chan<- int)))(nil)
import2.go 23 var C13 chan chan <- chan <- int = (chan (chan<- (chan<- int)))(nil)
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 152 C13 = 1.60590438367252471783548748824255707e-10L;
247 x * (C11 + x * (C12 + x * (C13 +
  /external/libvpx/libvpx/test/
dct16x16_test.cc 47 const double C13 = 0.290284677254462;
93 temp2 = step[13] * C13;
104 temp1 = step[10] * C13;
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 139 C13 c13 = new C13(); local
140 callF0(c13);
141 callF43(c13);
142 callF86(c13);
143 callF129(c13);
144 callF172(c13);
145 callF215(c13);
146 callF258(c13);
592 C13 c13 = new C13(); local
    [all...]
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 137 SP::C12, SP::C13, SP::C14, SP::C15,
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 157 Sparc::C12, Sparc::C13, Sparc::C14, Sparc::C15,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
obj5.go 60 // Treat MRC 15, 0, <reg>, C13, C0, 3 specially.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
obj5.go 60 // Treat MRC 15, 0, <reg>, C13, C0, 3 specially.
  /art/test/636-arm64-veneer-pool/src/
Main.java 33 class C13 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 1611 milliseconds