Home
last modified time | relevance | path

Searched refs:PIC (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/icu/docs/userguide/usefrom/
Dcobol.md77 | char | PIC X. …
80 | short signed int | PIC S9-S9(4) COMP-5. Can beCOMP, COMP-4, or BINARY if you use the TR…
81 | short unsigned int | PIC 9-9(4) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRU…
82 | long int | PIC 9(5)-9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you use the …
83 | long long int | PIC 9(10)-9(18) COMP-5. Can be COMP, COMP-4, or BINARY if you use th…
97 | int8_t | PIC X. Not really equivalent. …
98 | uint8_t | PIC X. Not really equivalent. …
99 | int16_t | PIC S9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you…
100 | uint16_t | PIC 9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you …
101 | int32_t | PIC S9(9) COMP-5. Can be COMP, COMP-4, or BINARY if yo…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DStandardInstrumentations.cpp222 PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument
227 PIC.registerBeforePassCallback( in registerCallbacks()
231 PIC.registerAfterPassCallback( in registerCallbacks()
233 PIC.registerAfterPassInvalidatedCallback( in registerCallbacks()
239 PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument
240 PrintIR.registerCallbacks(PIC); in registerCallbacks()
241 TimePasses.registerCallbacks(PIC); in registerCallbacks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp262 void TimePassesHandler::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument
266 PIC.registerBeforePassCallback( in registerCallbacks()
268 PIC.registerAfterPassCallback( in registerCallbacks()
270 PIC.registerAfterPassInvalidatedCallback( in registerCallbacks()
272 PIC.registerBeforeAnalysisCallback( in registerCallbacks()
274 PIC.registerAfterAnalysisCallback( in registerCallbacks()
/third_party/node/deps/cares/m4/
Dxc-lt-iface.m491 # Default behavior is to build PIC objects for shared libraries and
92 # non-PIC objects for static libraries.
98 # User may have specified PIC preference.
112 # of non-PIC compiled objects will fail with following linker error
114 # is to build PIC objects even for static libraries. This behavior may
131 # Make libtool aware of current PIC preference taking in account that,
132 # depending on host characteristics, libtool may modify PIC default
310 dnl would be built with PIC depending on user input,
320 # Find out wether libtool libraries would be built wit PIC
342 AC_MSG_CHECKING([whether to build shared libraries with PIC])
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc91 %define GOT_SYMBOL _GLOBAL_OFFSET_TABLE_ ; ELF supports PIC
105 %define GOT_SYMBOL __GLOBAL_OFFSET_TABLE_ ; BSD-style a.out supports PIC
115 ; The generation of position-independent code (PIC) is the default on Darwin.
117 %define PIC
212 ; Macros for position-independent code (PIC) support
215 %undef PIC
218 %ifdef PIC ; -------------------------------------------
222 ; At present, nasm doesn't seem to support PIC generation for Mach-O.
223 ; The PIC support code below is a little tricky.
285 %else ; !PIC -----------------------------------------
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc90 %define GOT_SYMBOL _GLOBAL_OFFSET_TABLE_ ; ELF supports PIC
104 %define GOT_SYMBOL __GLOBAL_OFFSET_TABLE_ ; BSD-style a.out supports PIC
114 ; The generation of position-independent code (PIC) is the default on Darwin.
116 %define PIC
256 ; Macros for position-independent code (PIC) support
259 %undef PIC
262 %ifdef PIC ; -------------------------------------------
266 ; At present, nasm doesn't seem to support PIC generation for Mach-O.
267 ; The PIC support code below is a little tricky.
329 %else ; !PIC -----------------------------------------
[all …]
/third_party/libjpeg-turbo/simd/nasm/
Djsimdext.inc90 %define GOT_SYMBOL _GLOBAL_OFFSET_TABLE_ ; ELF supports PIC
104 %define GOT_SYMBOL __GLOBAL_OFFSET_TABLE_ ; BSD-style a.out supports PIC
114 ; The generation of position-independent code (PIC) is the default on Darwin.
116 %define PIC
256 ; Macros for position-independent code (PIC) support
259 %undef PIC
262 %ifdef PIC ; -------------------------------------------
266 ; At present, nasm doesn't seem to support PIC generation for Mach-O.
267 ; The PIC support code below is a little tricky.
329 %else ; !PIC -----------------------------------------
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DStandardInstrumentations.h38 void registerCallbacks(PassInstrumentationCallbacks &PIC);
65 void registerCallbacks(PassInstrumentationCallbacks &PIC);
DPassBuilder.h114 PassInstrumentationCallbacks *PIC; variable
227 PassInstrumentationCallbacks *PIC = nullptr)
228 : TM(TM), PTO(PTO), PGOOpt(PGOOpt), PIC(PIC) {} in TM()
638 return PIC; in getPassInstrumentationCallbacks()
/third_party/alsa-lib/src/
Ddlmisc.c42 #ifndef PIC
125 #ifndef PIC in INTERNAL()
186 #ifndef PIC in snd_dlclose()
248 #ifndef PIC in snd_dlsym()
/third_party/libxml2/
Dlibxml.h122 #ifdef PIC
131 #if !defined(PIC) && !defined(NOLIBTOOL) && !defined(LIBXML_STATIC)
/third_party/libffi/src/sh64/
Dsysv.S364 #ifdef PIC
452 #ifdef PIC
460 #ifdef PIC
473 #ifdef PIC
479 #ifdef PIC
513 #ifdef PIC
519 #ifdef PIC
/third_party/libffi/src/sh/
Dsysv.S577 #ifdef PIC
599 #ifdef PIC
715 #ifdef PIC
723 #ifdef PIC
736 #ifdef PIC
742 #ifdef PIC
792 #ifdef PIC
798 #ifdef PIC
/third_party/ffmpeg/libavcodec/x86/
Dcelt_pvq_search.asm69 ; %1 - the register to be used, if PIC is set
74 ; "movaps m0, [r5 + r4]" if PIC is enabled
77 %ifdef PIC
195 ; PIC relative addressing. Use this
198 %ifdef PIC
Dvp8dsp.asm117 %ifdef PIC
169 %ifdef PIC
210 %ifdef PIC
237 %ifdef PIC
275 %ifdef PIC
329 %ifdef PIC
377 %ifdef PIC
434 %ifdef PIC
483 %ifdef PIC
546 %ifdef PIC
[all …]
Drv40dsp.asm54 %ifdef PIC
87 %ifdef PIC
107 %ifdef PIC
178 %ifdef PIC
255 %ifdef PIC
300 %ifdef PIC
Dh264_idct.asm45 %ifdef PIC
367 %ifdef PIC
394 %ifdef PIC
426 %ifdef PIC
474 %ifdef PIC
500 %ifdef PIC
548 %ifdef PIC
608 %ifdef PIC
688 %ifdef PIC
708 %ifdef PIC
[all …]
Dh264_chromamc.asm94 %ifdef PIC
98 %else ; no-PIC
102 %endif ; PIC
150 %ifdef PIC
201 %ifdef PIC
286 %ifdef PIC
288 %endif ; PIC
304 %ifdef PIC
/third_party/libffi/src/powerpc/
Dasm.h48 #ifdef PIC
118 #ifdef PIC
/third_party/elfutils/lib/
Deu-config.h102 # ifndef PIC
117 # ifndef PIC
162 #ifdef PIC
/third_party/skia/third_party/externals/icu/source/config/
Dmh-mpras11 SHAREDLIBCFLAGS = -K PIC
12 SHAREDLIBCXXFLAGS = -K PIC
/third_party/icu/icu4c/source/config/
Dmh-mpras11 SHAREDLIBCFLAGS = -K PIC
12 SHAREDLIBCXXFLAGS = -K PIC
/third_party/flutter/skia/third_party/externals/icu/source/config/
Dmh-mpras11 SHAREDLIBCFLAGS = -K PIC
12 SHAREDLIBCXXFLAGS = -K PIC
/third_party/openssl/crypto/des/asm/
Ddes_enc.m41122 sethi %hi(.PIC.DES_SPtrans-1f),global1
1123 or global1,%lo(.PIC.DES_SPtrans-1f),global1
1126 sub global1,.PIC.DES_SPtrans-.des_and,out2
1179 sethi %hi(.PIC.DES_SPtrans-1f),global1
1180 or global1,%lo(.PIC.DES_SPtrans-1f),global1
1183 sub global1,.PIC.DES_SPtrans-.des_and,out2
1293 sethi %hi(.PIC.DES_SPtrans-1f),global1
1294 or global1,%lo(.PIC.DES_SPtrans-1f),global1
1297 sub global1,.PIC.DES_SPtrans-.des_and,out2
1338 sethi %hi(.PIC.DES_SPtrans-1f),global1
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp562 CallInst *PIC = in materializeStack() local
564 PredicateMap.insert({PIC, ValInfo}); in materializeStack()
565 Result.Def = PIC; in materializeStack()
574 CallInst *PIC = B.CreateCall(IF, Op); in materializeStack() local
575 PredicateMap.insert({PIC, ValInfo}); in materializeStack()
576 Result.Def = PIC; in materializeStack()

123456789