Searched refs:extending (Results 1 – 25 of 83) sorted by relevance
1234
86 - \b EIGEN_ARRAY_PLUGIN - filename of plugin for extending the Array class.87 - \b EIGEN_ARRAYBASE_PLUGIN - filename of plugin for extending the ArrayBase class.88 - \b EIGEN_CWISE_PLUGIN - filename of plugin for extending the Cwise class.89 - \b EIGEN_DENSEBASE_PLUGIN - filename of plugin for extending the DenseBase class.90 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…91 - \b EIGEN_MATRIX_PLUGIN - filename of plugin for extending the Matrix class.92 - \b EIGEN_MATRIXBASE_PLUGIN - filename of plugin for extending the MatrixBase class.93 - \b EIGEN_PLAINOBJECTBASE_PLUGIN - filename of plugin for extending the PlainObjectBase class.94 - \b EIGEN_QUATERNIONBASE_PLUGIN - filename of plugin for extending the QuaternionBase class.95 - \b EIGEN_SPARSEMATRIX_PLUGIN - filename of plugin for extending the SparseMatrix class.[all …]
21 ; match a sign-extending load 8-bit -> 32-bit28 ; match a zero-extending load volatile 8-bit -> 32-bit35 ; match an any-extending load volatile 8-bit -> 32-bit42 ; match a sign-extending load volatile 8-bit -> 64-bit49 ; match a zero-extending load volatile 8-bit -> 64-bit.82 ; match a sign-extending load 16-bit -> 32-bit90 ; match a zero-extending load volatile 16-bit -> 32-bit. With offset that would be unaligned.98 ; match an any-extending load volatile 16-bit -> 32-bit106 ; match a sign-extending load volatile 16-bit -> 64-bit114 ; match a zero-extending load volatile 16-bit -> 64-bit.
18 ; Zero-extending to 32-bits30 ; Zero-extending to 64-bits41 ; Sign-extending to 32-bits52 ; Sign-extending to 64-bits93 ; Zero-extending to 32-bits105 ; Zero-extending to 64-bits116 ; Sign-extending to 32-bits127 ; Sign-extending to 64-bits
18 ; match a sign-extending load 8-bit -> 32-bit25 ; match a zero-extending load volatile 8-bit -> 32-bit31 ; match an any-extending load volatile 8-bit -> 32-bit37 ; match a sign-extending load volatile 8-bit -> 64-bit43 ; match a zero-extending load volatile 8-bit -> 64-bit.72 ; match a sign-extending load volatile 16-bit -> 32-bit79 ; match a zero-extending load volatile 16-bit -> 32-bit85 ; match an any-extending load volatile 16-bit -> 32-bit91 ; match a sign-extending load volatile 16-bit -> 64-bit97 ; match a zero-extending load volatile 16-bit -> 64-bit.
359 // this is specific to the zero extending of a negative by CombineInstr367 // this is specific to the zero extending of a negative by CombineInstr507 // Return true if extending this immediate is profitable and the value522 // Return true if extending this immediate is profitable and the value537 // Return true if extending this immediate is profitable and the value552 // Return true if extending this immediate is profitable and the value567 // Return true if extending this immediate is profitable and the value583 // Return true if extending this immediate is profitable and the value598 // Return true if extending this immediate is profitable and the value614 // Return true if extending this immediate is profitable and the value[all …]
150 let TSFlags{31-27} = opExtentBits; //Number of bits of range before extending.152 let TSFlags{33-32} = opExtentAlign; // Alignment exponent before extending.
18 ; Check sign-extending loads from i16.28 ; Check zero-extending loads from i16.38 ; Check sign-extending loads from i32.48 ; Check zero-extending loads from i32.
92 ; Check that CRJ is used for checking equality with a zero-extending111 ; ...and zero-extending i16 loads.147 ; Check that CRJ is used for checking order between two zero-extending
16 ; Check sign-extending loads from i16.26 ; Check zero-extending loads from i16.
54 ; Test sign-extending 8-bit loads into mixtures of high and low registers.78 ; Test sign-extending 16-bit loads into mixtures of high and low registers.102 ; Test zero-extending 8-bit loads into mixtures of high and low registers.126 ; Test zero-extending 16-bit loads into mixtures of high and low registers.
95 ; ...likewise extending loads.
3 ; This cannot be turned into a sign extending cast!
32 * This module contains some experimental features extending the sparse module.
21 There are some in favour of extending the semantics even more, but making sure
81 /** Tests all possible configurations of PageSelection's and extending132 // And, finally, try extending to oneself in either direction.
14 The command works by extending Python's sys.path lookup to include the path to
15 runtime features needed for that language, extending or customizing them as
72 sugar: Provides generic syntactic sugar for JavaScript, mostly by extending native object prototype…
28 # extending for size bytes. If size is Py_END_OF_BUFFER, then the
6 extending the extension API, increased performance, and added numerous
228 // All the 32-bit loads and stores are available. The extending loads are sign229 // or zero-extending to 64 bits. The LDrr and LDri instructions load 32 bits233 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads.273 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
5 ; vectors that were created by sign-extending smaller vector sizes.
888 bool extending = entry_size < offset + buf_len; in InternalWriteData() local895 if (extending || truncate) in InternalWriteData()927 } else if (truncate || (extending && !buf_len)) { in InternalWriteData()
1090 bool extending = entry_size < offset + buf_len; in InternalWriteData() local1097 if (extending || truncate) in InternalWriteData()1129 } else if (truncate || (extending && !buf_len)) { in InternalWriteData()
151 ; a load from a zero-extending load for hoisting.