/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
Target.td | 206 // with pseudo-registers that are larger than the architectural registers. 219 // The generated pseudo-registers inherit super-classes and fields from their 330 bit usesCustomInserter = 0; // Pseudo instr needing special help. 337 bit isPseudo = 0; // Is this instruction a pseudo-instruction? 352 // encoding), or is it a pseudo instruction used for codegen modeling 357 // pseudo-instructions that are lowered to real instructions prior to 361 // Is this instruction a pseudo instruction for use by the assembler parser. 386 /// PseudoInstExpansion - Expansion information for a pseudo-instruction. 388 /// pseudo. 586 // Standard Pseudo Instructions [all...] |
/external/squashfs-tools/ |
RELEASE-README | 132 -p <pseudo-definition> Add pseudo file definition 133 -pf <pseudo-file> Add list of pseudo file definitions 581 3.8 Pseudo file support 584 Mksquashfs supports pseudo files, these allow fake files, directories, character 590 Mksquashfs 4.1 added support for "dynamic pseudo files" and a modify operation. 591 Dynamic pseudo files allow files to be dynamically created when Mksquashfs 596 Two Mksquashfs options are supported, -p allows one pseudo file to be specified 597 on the command line, and -pf allows a pseudo file to be specified containing [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMExpandPseudoInsts.cpp | 1 //===-- ARMExpandPseudoInsts.cpp - Expand pseudo instructions -----*- C++ -*-=// 10 // This file contains a pass that expands pseudo instructions into target 17 #define DEBUG_TYPE "arm-pseudo" 34 VerifyARMPseudo("verify-arm-pseudo-expand", cl::Hidden, 51 return "ARM pseudo instruction expansion pass"; 71 /// TransferImpOps - Transfer implicit operands on the pseudo instruction to 90 // For quad-register load-lane and store-lane pseudo instructors, the 359 /// load or store pseudo instruction. 406 /// ExpandVLD - Translate VLD pseudo instructions with Q, QQ or QQQQ register 442 // For an instruction writing double-spaced subregs, the pseudo instructio [all...] |
/external/libpcap/ |
pcap.3pcap | 133 information pseudo-header for those frames. 137 receives, with 802.11 headers, and might supply a pseudo-header with 227 You must have read/write access to the network pseudo device, e.g. 242 network pseudo-device - there is no need to change the privileges on 300 The packets read from the handle may include a ``pseudo-header'' 699 A filter string is compiled into a program in a pseudo-machine-language 722 compile filter expression to a pseudo-machine-language code program
|
pcap.3pcap.in | 133 information pseudo-header for those frames. 137 receives, with 802.11 headers, and might supply a pseudo-header with 227 You must have read/write access to the network pseudo device, e.g. 242 network pseudo-device - there is no need to change the privileges on 300 The packets read from the handle may include a ``pseudo-header'' 699 A filter string is compiled into a program in a pseudo-machine-language 722 compile filter expression to a pseudo-machine-language code program
|
/external/llvm/lib/Target/AArch64/ |
AArch64ExpandPseudoInsts.cpp | 1 //==-- AArch64ExpandPseudoInsts.cpp - Expand pseudo instructions --*- C++ -*-=// 10 // This file contains a pass that expands pseudo instructions into target 30 #define AARCH64_EXPAND_PSEUDO_NAME "AArch64 pseudo instruction expansion pass" 66 INITIALIZE_PASS(AArch64ExpandPseudo, "aarch64-expand-pseudo", 69 /// \brief Transfer implicit operands on the pseudo instruction to the 410 /// \brief Expand a MOVi32imm or MOVi64imm pseudo instruction to one or more 759 /// \brief If MBBI references a pseudo instruction that should be expanded here, [all...] |
AArch64AsmPrinter.cpp | 64 /// tblgen'erated pseudo lowering. 74 /// pseudo instructions. 457 // Simple pseudo-instructions have their lowering (with expansion to real 462 // Do any auto-generated pseudo lowerings. 488 // Tail calls use pseudo instructions so they have the proper code-gen
|
AArch64InstrAtomics.td | 382 def CMP_SWAP_8 : Pseudo<(outs GPR32:$Rd, GPR32:$status), 386 def CMP_SWAP_16 : Pseudo<(outs GPR32:$Rd, GPR32:$status), 390 def CMP_SWAP_32 : Pseudo<(outs GPR32:$Rd, GPR32:$status), 394 def CMP_SWAP_64 : Pseudo<(outs GPR64:$Rd, GPR32:$status), 401 def CMP_SWAP_128 : Pseudo<(outs GPR64:$RdLo, GPR64:$RdHi, GPR32:$status),
|
/toolchain/binutils/binutils-2.27/gas/ |
app.c | 42 pseudo-op at different times. */ 45 /* The pseudo-op which switches in and out of MRI mode. See the 53 /* The pseudo-op for which we need to special-case `@' characters. 759 entire pseudo-op, so we must go back to the beginning. */ 763 /* We've read the entire pseudo-op. If this is the end 772 /* We want to have pseudo-ops which control whether we are in 805 entire pseudo-op, so we must go back to the 811 /* We've read the entire pseudo-op. mips_last_ch is 818 main gas reader must also handle the .mri pseudo-op [all...] |
/external/aac/libPCMutils/include/ |
pcmdmx_lib.h | 230 0x31 /*!< Defines how module handles pseudo surround 273 -1, /*!< Ignore any metadata and do never create a pseudo surround 275 AUTO_PS_DMX = 0, /*!< Create a pseudo surround compatible downmix only if 278 1 /*!< Always create a pseudo surround compatible downmix. 395 * @param[in] pseudoSurroundEnable The pseudo surround enable flag extracted
|
/external/eigen/Eigen/src/Eigenvalues/ |
EigenSolver.h | 44 * this variant of the eigendecomposition the pseudo-eigendecomposition. 53 * pseudo-eigendecomposition. 181 /** \brief Returns the pseudo-eigenvectors of given matrix. 183 * \returns Const reference to matrix whose columns are the pseudo-eigenvectors. 206 /** \brief Returns the block-diagonal matrix in the pseudo-eigendecomposition.
|
/external/python/cpython3/Doc/library/ |
random.rst | 1 :mod:`random` --- Generate pseudo-random numbers 5 :synopsis: Generate pseudo-random numbers with various common distributions. 11 This module implements pseudo-random number generators for various 48 The pseudo-random generators of this module should not be used for 319 Sometimes it is useful to be able to reproduce the sequences given by a pseudo
|
/libcore/ojluni/src/main/java/java/security/ |
SecureRandom.java | 61 * <p> Many SecureRandom implementations are in the form of a pseudo-random 63 * to produce a pseudo-random sequence from a true random seed. 485 * pseudo-random bits (right justified, with leading zeros). This 491 * @param numBits number of pseudo-random bits to be generated, where 495 * of pseudo-random bits (right justified, with leading zeros).
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
internals.texi | 92 pseudo-op when assembling in MRI mode. 700 isolates the first word. If it looks like a pseudo-op, the word is looked up 701 in the pseudo-op hash table @code{po_hash} and dispatched to a pseudo-op 706 When pseudo-ops or instructions output data, they add it to a frag, calling 710 Pseudo-ops and instructions can also output fixups created by @code{fix_new} or 855 pseudo-op. The argument is a null terminated string. The function should 865 pseudo-op names to functions. You should use this table to implement 866 pseudo-ops which are specific to the CPU. 871 It should return non-zero if the pseudo-op is a conditional which control [all...] |
/toolchain/binutils/binutils-2.27/include/opcode/ |
arc.h | 100 via .extCondCode pseudo-op. */ 406 /* Structure for operand operations for pseudo/alias instructions. */ 413 whether this operand comes from the pseudo instruction's 427 /* Structure for pseudo/alias instructions. */ 430 /* Mnemonic for pseudo/alias insn. */
|
/external/boringssl/src/ssl/test/runner/ |
prf.go | 48 // prf10 implements the TLS 1.0 pseudo-random function, as defined in RFC 2246, section 5. 67 // prf12 implements the TLS 1.2 pseudo-random function, as defined in RFC 5246, section 5. 78 // prf30 implements the SSL 3.0 pseudo-random function, as defined in
|
/external/libmicrohttpd/src/platform/ |
w32functions.c | 628 * Static variable used by pseudo random number generator 632 * Generate 31-bit pseudo random number. 634 * @return 31-bit pseudo random number.
|
/external/llvm/test/MC/ARM/ |
ldr-pseudo-darwin.s | 1 @ This test has a partner (ldr-pseudo.s) that contains matching 2 @ tests for the ldr-pseudo on linux targets. We need separate files 86 @ Check that symbols can be loaded using ldr pseudo
|
ldr-pseudo.s | 1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching 2 @ tests for the ldr-pseudo on darwin targets. We need separate files 86 @ Check that symbols can be loaded using ldr pseudo
|
/external/mesa3d/include/c11/ |
threads_win32.h | 505 /* GetCurrentThread() returns a pseudo-handle, which is useless. We need 519 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle 520 GetCurrentThread(), // source (pseudo) handle
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsInstrFormats.td | 31 def Pseudo : Format<0>;
69 // Mips Pseudo Instructions Format
71 MipsInst<outs, ins, asmstr, pattern, IIPseudo, Pseudo> {
|
/external/swiftshader/third_party/subzero/docs/ |
LOWERING.rst | 142 ``InstFakeKill`` pseudo-instruction to compactly mark such register kills. For 168 pseudo-instruction, whose destination can be precolored to the appropriate 191 ICE facilitates this with the ``InstFakeUse`` pseudo-instruction. This forces a
|
/external/syslinux/gpxe/src/net/ |
ipv4.c | 239 * Add IPv4 pseudo-header checksum to existing checksum 250 /* Build pseudo-header */ 441 /* Truncate packet to correct length, calculate pseudo-header
|
/external/tensorflow/tensorflow/contrib/lite/python/ |
op_hint.py | 86 such that toco knows how to convert it to tflite. This embeds a pseudo 91 Essentially, any "input" into this pseudo op is fed into an identity, and 93 that make up the pseudo op. A similar process is done to any output that
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
thread_db.h | 63 /* Possible thread states. TD_THR_ANY_STATE is a pseudo-state used to 77 /* Thread type: user or system. TD_THR_ANY_TYPE is a pseudo-type used 157 TD_ALL_EVENTS, /* Pseudo-event number. */
|