/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | tls-ld-v2-abi.s | 19 addis 2, 12, .TOC.-.Lfunc_gep0@ha 20 addi 2, 2, .TOC.-.Lfunc_gep0@l 44 addis 2, 12, .TOC.-.Lfunc_gep1@ha 45 addi 2, 2, .TOC.-.Lfunc_gep1@l 67 addis 2, 12, .TOC.-.Lfunc_gep2@ha 68 addi 2, 2, .TOC.-.Lfunc_gep2@l 91 addis 2, 12, .TOC.-.Lfunc_gep3@ha 92 addi 2, 2, .TOC.-.Lfunc_gep3@l 118 addis 2, 12, .TOC.-.Lfunc_gep4@ha 119 addi 2, 2, .TOC.-.Lfunc_gep4@l
|
/external/markdown/tests/extensions-x-toc/ |
D | invalid.txt | 1 [TOC] 6 The TOC marker cannot be inside a header. This test makes sure markdown doesn't 8 clue the author in that s/he needs to add a blank line between the TOC and
|
/external/markdown/docs/extensions/ |
D | Tables_of_Contents.txt | 16 marker. The marker defaults to ``[TOC]`` so the following document: 18 [TOC] 43 to ``[TOC]``. 48 * **title**: Title to insert in TOC ``<div>``. Defaults to ``None``.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64le-localentry.ll | 21 ; CHECK-NEXT: addis 2, 12, .TOC.-.Lfunc_gep[[FN]]@ha 22 ; CHECK-NEXT: addi 2, 2, .TOC.-.Lfunc_gep[[FN]]@l 38 ; CHECK-NEXT: addis 2, 12, .TOC.-.Lfunc_gep[[FN]]@ha 39 ; CHECK-NEXT: addi 2, 2, .TOC.-.Lfunc_gep[[FN]]@l
|
D | mcm-12.ll | 4 ; Test peephole optimization for medium code model (32-bit TOC offsets) 5 ; for loading a value from the constant pool (TOC-relative).
|
D | 2012-09-16-TOC-entry-check.ll | 5 ; This test check if the TOC entry symbol name won't clash with global .LC0 12 ; The 1.0 and 3.0 constants generate two TOC entries
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64le-localentry.ll | 21 ; CHECK-NEXT: addis 2, 12, .TOC.-.Lfunc_gep[[FN]]@ha 22 ; CHECK-NEXT: addi 2, 2, .TOC.-.Lfunc_gep[[FN]]@l 38 ; CHECK-NEXT: addis 2, 12, .TOC.-.Lfunc_gep[[FN]]@ha 39 ; CHECK-NEXT: addi 2, 2, .TOC.-.Lfunc_gep[[FN]]@l
|
D | ppc64-calls.ll | 16 ; Calls to local function does not require the TOC restore 'nop' 26 ; Calls to weak function requires a TOC restore 'nop' with the small codemodel 30 ; With large and medium codemodels no TOC restore is needed, since we know 32 ; therefore shares the same TOC.
|
D | 2012-09-16-TOC-entry-check.ll | 5 ; This test check if the TOC entry symbol name won't clash with global .LC0 12 ; The 1.0 and 3.0 constants generate two TOC entries
|
D | mcm-12.ll | 8 ; Test peephole optimization for medium code model (32-bit TOC offsets) 9 ; for loading a value from the constant pool (TOC-relative).
|
/external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample/ |
D | in.s | 59 0: addis 2,12,.TOC.-0b@ha 60 addi 2,2,.TOC.-0b@l 142 0: addis 2,12,.TOC.-0b@ha 143 addi 2,2,.TOC.-0b@l
|
/external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-GlobalEntry/ |
D | in.s | 5 addis 2,12,.TOC.-.LCF0@ha 6 addi 2,2,.TOC.-.LCF0@l
|
D | out.s | 17 # WAS addi 2,2,.TOC.-.LCF0@l 27 .quad .TOC.-.LBORINGSSL_external_toc
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_ppc64.S | 14 .quad .L._setjmp,.TOC.@tocbase,0 36 addis r2,r2,.TOC.-0b@ha 37 addi r2,r2,.TOC.-0b@l 157 .quad .L.__sigsetjmp,.TOC.@tocbase,0 180 addis r2,r2,.TOC.-1b@ha 181 addi r2,r2,.TOC.-1b@l
|
/external/icu/icu4c/ |
D | icu4c.css | 446 h2.TOC { 463 ul.TOC { 467 ul.TOC, 468 ul.TOC li, 469 ul.TOC li ul, 470 ul.TOC li ul li { 475 ul.TOC li { 479 ul.TOC li li {
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | linux64.S | 38 addis %r2, %r12, .TOC.-ffi_call_LINUX64@ha 39 addi %r2, %r2, .TOC.-ffi_call_LINUX64@l 46 .quad .L.ffi_call_LINUX64,.TOC.@tocbase,0 53 .quad .ffi_call_LINUX64,.TOC.@tocbase,0
|
D | aix.S | 106 .llong .ffi_call_AIX, TOC[tc0], 0 208 .long .ffi_call_AIX, TOC[tc0], 0 319 .llong .ffi_call_DARWIN, TOC[tc0], 0 321 .long .ffi_call_DARWIN, TOC[tc0], 0
|
D | linux64_closure.S | 39 addis %r2, %r12, .TOC.-ffi_closure_LINUX64@ha 40 addi %r2, %r2, .TOC.-ffi_closure_LINUX64@l 47 .quad .L.ffi_closure_LINUX64,.TOC.@tocbase,0 54 .quad .ffi_closure_LINUX64,.TOC.@tocbase,0 103 # copy r2 to r11 and load TOC into r2
|
/external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample2/ |
D | in.s | 18 0: addis 2,12,.TOC.-0b@ha 19 addi 2,2,.TOC.-0b@l 113 0: addis 2,12,.TOC.-0b@ha 114 addi 2,2,.TOC.-0b@l
|
/external/libffi/src/powerpc/ |
D | linux64.S | 38 addis %r2, %r12, .TOC.-ffi_call_LINUX64@ha 39 addi %r2, %r2, .TOC.-ffi_call_LINUX64@l 46 .quad .L.ffi_call_LINUX64,.TOC.@tocbase,0 53 .quad .ffi_call_LINUX64,.TOC.@tocbase,0
|
D | aix.S | 106 .llong .ffi_call_AIX, TOC[tc0], 0 208 .long .ffi_call_AIX, TOC[tc0], 0 319 .llong .ffi_call_DARWIN, TOC[tc0], 0 321 .long .ffi_call_DARWIN, TOC[tc0], 0
|
/external/libopus/silk/ |
D | debug.h | 155 #define TOC(TAG_NAME) { \ macro 184 #define TOC(TAG_NAME) { \ macro 218 #define TOC(TAG_NAME) macro
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathDescription.txt | 33 …to request changes, be sure to read http://cldr.org/translation/characters#TOC-Exemplar-Characters. 34 …to request changes, be sure to read http://cldr.org/translation/characters#TOC-Exemplar-Characters. 36 …ets to request changes, be sure to read http://cldr.org/translation/characters#TOC-Lenient-Parsing. 82 … before translating, be sure to read http://cldr.org/translation/number-patterns#TOC-Short-Numbers. 83 …e number of digits as {2}. See http://cldr.org/translation/number-patterns#TOC-Short-Numbers for d… 84 …e number of digits as {2}. See http://cldr.org/translation/number-patterns#TOC-Short-Numbers for d… 85 …e number of digits as {2}. See http://cldr.org/translation/number-patterns#TOC-Plural-Forms-of-Num… 93 …r ordinals. For more information, please see http://cldr.org/translation/plurals#TOC-Minimal-Pairs. 94 …cardinals). For more information, please see http://cldr.org/translation/plurals#TOC-Minimal-Pairs. 128 …ns for these codes, please see http://cldr.org/translation/date-time-names#TOC-Day-Periods-AM-and-… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/ |
D | ppc64_reloc.s | 21 addis 2, 12, .TOC.-.Lfunc_gep0@ha 22 addi 2, 2, .TOC.-.Lfunc_gep0@l
|
/external/google-styleguide/include/ |
D | styleguide.css | 89 /* TOC CSS */ 133 /* Horizontal TOC */ 139 /* Vertical TOC */
|