Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 2067) sorted by relevance

12345678910>>...83

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp49 bool DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
126 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N, unsigned ResNo) { in SoftenFloatRes_BITCAST()
132 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES()
138 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR()
147 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N, unsigned ResNo) { in SoftenFloatRes_ConstantFP()
174 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT()
181 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FABS()
196 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM()
209 SDValue DAGTypeLegalizer::SoftenFloatRes_FMAXNUM(SDNode *N) { in SoftenFloatRes_FMAXNUM()
222 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD()
[all …]
DLegalizeIntegerTypes.cpp37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult()
166 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES()
172 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext()
179 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext()
186 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0()
199 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1()
212 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap()
249 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST()
312 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP()
325 SDValue DAGTypeLegalizer::PromoteIntRes_BITREVERSE(SDNode *N) { in PromoteIntRes_BITREVERSE()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp45 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
107 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST()
111 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES()
117 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR()
126 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) { in SoftenFloatRes_ConstantFP()
132 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT()
139 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS()
151 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD()
163 SDValue DAGTypeLegalizer::SoftenFloatRes_FCEIL(SDNode *N) { in SoftenFloatRes_FCEIL()
174 SDValue DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN(SDNode *N) { in SoftenFloatRes_FCOPYSIGN()
[all …]
DLegalizeIntegerTypes.cpp36 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult()
146 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES()
152 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext()
159 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext()
166 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0()
179 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1()
192 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic2(AtomicSDNode *N) { in PromoteIntRes_Atomic2()
205 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST()
263 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP()
274 SDValue DAGTypeLegalizer::PromoteIntRes_BUILD_PAIR(SDNode *N) { in PromoteIntRes_BUILD_PAIR()
[all …]
/external/libcxx/benchmarks/
DGenerateInput.hpp50 inline std::vector<IntT> getDuplicateIntegerInputs(size_t N) { in getDuplicateIntegerInputs()
56 inline std::vector<IntT> getSortedIntegerInputs(size_t N) { in getSortedIntegerInputs()
64 std::vector<IntT> getSortedLargeIntegerInputs(size_t N) { in getSortedLargeIntegerInputs()
73 std::vector<IntT> getSortedTopBitsIntegerInputs(size_t N) { in getSortedTopBitsIntegerInputs()
80 inline std::vector<IntT> getReverseSortedIntegerInputs(size_t N) { in getReverseSortedIntegerInputs()
91 std::vector<IntT> getPipeOrganIntegerInputs(size_t N) { in getPipeOrganIntegerInputs()
100 std::vector<IntT> getRandomIntegerInputs(size_t N) { in getRandomIntegerInputs()
108 inline std::vector<std::string> getDuplicateStringInputs(size_t N) { in getDuplicateStringInputs()
113 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs()
121 inline std::vector<std::string> getSortedStringInputs(size_t N) { in getSortedStringInputs()
[all …]
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh57 static void free_matrix(gene_matrix & A, int N) {} in free_matrix()
86 int N=A_stl.size(); in matrix_to_stl() local
96 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
100 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product()
104 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product()
108 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product()
112 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
124 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby()
[all …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp2.cpp5 namespace N { namespace
13 namespace N { namespace
19 namespace N { namespace
23 namespace N { namespace
/external/eigen/bench/btl/libs/gmm/
Dgmm_interface.hh44 static void free_matrix(gene_matrix & A, int N){ in free_matrix()
71 int N=A_stl.size(); in matrix_to_stl() local
81 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
85 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product()
89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product()
93 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product()
97 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
101 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby()
[all …]
/external/cblas/testing/
Dc_dblas1.c11 double F77_dasum(const int *N, double *X, const int *incX) in F77_dasum()
16 void F77_daxpy(const int *N, const double *alpha, const double *X, in F77_daxpy()
23 void F77_dcopy(const int *N, double *X, const int *incX, in F77_dcopy()
30 double F77_ddot(const int *N, const double *X, const int *incX, in F77_ddot()
36 double F77_dnrm2(const int *N, const double *X, const int *incX) in F77_dnrm2()
47 void F77_drot( const int *N, double *X, const int *incX, double *Y, in F77_drot()
55 void F77_dscal(const int *N, const double *alpha, double *X, in F77_dscal()
62 void F77_dswap( const int *N, double *X, const int *incX, in F77_dswap()
69 double F77_dzasum(const int *N, void *X, const int *incX) in F77_dzasum()
74 double F77_dznrm2(const int *N, const void *X, const int *incX) in F77_dznrm2()
[all …]
Dc_sblas1.c11 float F77_sasum(const int *N, float *X, const int *incX) in F77_sasum()
16 void F77_saxpy(const int *N, const float *alpha, const float *X, in F77_saxpy()
23 float F77_scasum(const int *N, void *X, const int *incX) in F77_scasum()
28 float F77_scnrm2(const int *N, const void *X, const int *incX) in F77_scnrm2()
33 void F77_scopy(const int *N, const float *X, const int *incX, in F77_scopy()
40 float F77_sdot(const int *N, const float *X, const int *incX, in F77_sdot()
46 float F77_snrm2(const int *N, const float *X, const int *incX) in F77_snrm2()
57 void F77_srot( const int *N, float *X, const int *incX, float *Y, in F77_srot()
64 void F77_sscal(const int *N, const float *alpha, float *X, in F77_sscal()
71 void F77_sswap( const int *N, float *X, const int *incX, in F77_sswap()
[all …]
Dc_zblas1.c11 void F77_zaxpy(const int *N, const void *alpha, void *X, in F77_zaxpy()
18 void F77_zcopy(const int *N, void *X, const int *incX, in F77_zcopy()
25 void F77_zdotc(const int *N, const void *X, const int *incX, in F77_zdotc()
32 void F77_zdotu(const int *N, void *X, const int *incX, in F77_zdotu()
39 void F77_zdscal(const int *N, const double *alpha, void *X, in F77_zdscal()
46 void F77_zscal(const int *N, const void * *alpha, void *X, in F77_zscal()
53 void F77_zswap( const int *N, void *X, const int *incX, in F77_zswap()
60 int F77_izamax(const int *N, const void *X, const int *incX) in F77_izamax()
66 double F77_dznrm2(const int *N, const void *X, const int *incX) in F77_dznrm2()
71 double F77_dzasum(const int *N, void *X, const int *incX) in F77_dzasum()
Dc_cblas1.c11 void F77_caxpy(const int *N, const void *alpha, void *X, in F77_caxpy()
18 void F77_ccopy(const int *N, void *X, const int *incX, in F77_ccopy()
25 void F77_cdotc(const int *N, void *X, const int *incX, in F77_cdotc()
32 void F77_cdotu(const int *N, void *X, const int *incX, in F77_cdotu()
39 void F77_cscal(const int *N, const void * *alpha, void *X, in F77_cscal()
46 void F77_csscal(const int *N, const float *alpha, void *X, in F77_csscal()
53 void F77_cswap( const int *N, void *X, const int *incX, in F77_cswap()
60 int F77_icamax(const int *N, const void *X, const int *incX) in F77_icamax()
66 float F77_scnrm2(const int *N, const void *X, const int *incX) in F77_scnrm2()
71 float F77_scasum(const int *N, void *X, const int *incX) in F77_scasum()
/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh17 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv()
25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in syr2()
29 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger()
33 static inline void rot(gene_vector & A, gene_vector & B, SCALAR c, SCALAR s, int N){ in rot()
37 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
41 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
45 …ne void transposed_matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product()
53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product()
57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java119 int N = readInt(); in readString() local
206 int N = readInt(); in readBooleanArray() local
227 int N = readInt(); in createBooleanArray() local
240 int N = readInt(); in readCharArray() local
261 int N = readInt(); in createCharArray() local
274 int N = readInt(); in readFloatArray() local
295 int N = readInt(); in createFloatArray() local
319 int N = readInt(); in readDoubleArray() local
329 int N = readInt(); in createDoubleArray() local
353 int N = readInt(); in readIntArray() local
[all …]
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh45 static void free_matrix(gene_matrix & A, int N) {} in free_matrix()
68 int N=A_stl.size(); in matrix_to_stl() local
77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector()
83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix()
91 …c inline void matrix_vector_product_slow(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product_slow()
95 …c inline void matrix_matrix_product_slow(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product_slow()
99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow()
105 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
109 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
113 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
[all …]
/external/eigen/bench/btl/libs/blaze/
Dblaze_interface.hh42 static void free_matrix(gene_matrix & A, int N){ in free_matrix()
74 int N=A_stl.size(); in matrix_to_stl() local
83 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
87 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product()
91 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product()
95 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product()
99 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
103 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
107 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
111 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby()
[all …]
/external/llvm/lib/IR/
DDiagnosticPrinter.cpp54 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned long N) { in operator <<()
58 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long N) { in operator <<()
64 unsigned long long N) { in operator <<()
69 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long long N) { in operator <<()
79 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned int N) { in operator <<()
84 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(int N) { in operator <<()
89 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(double N) { in operator <<()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h517 #define FIRST_TERM_INST(N) TermOpsBegin = N, argument
518 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, argument
519 #define LAST_TERM_INST(N) TermOpsEnd = N+1 argument
524 #define FIRST_BINARY_INST(N) BinaryOpsBegin = N, argument
525 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, argument
526 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 argument
531 #define FIRST_MEMORY_INST(N) MemoryOpsBegin = N, argument
532 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, argument
533 #define LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 argument
538 #define FIRST_CAST_INST(N) CastOpsBegin = N, argument
[all …]
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp129 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm, in selectVSplat()
135 bool MipsDAGToDAGISel::selectVSplatUimm1(SDValue N, SDValue &Imm) const { in selectVSplatUimm1()
140 bool MipsDAGToDAGISel::selectVSplatUimm2(SDValue N, SDValue &Imm) const { in selectVSplatUimm2()
145 bool MipsDAGToDAGISel::selectVSplatUimm3(SDValue N, SDValue &Imm) const { in selectVSplatUimm3()
150 bool MipsDAGToDAGISel::selectVSplatUimm4(SDValue N, SDValue &Imm) const { in selectVSplatUimm4()
155 bool MipsDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &Imm) const { in selectVSplatUimm5()
160 bool MipsDAGToDAGISel::selectVSplatUimm6(SDValue N, SDValue &Imm) const { in selectVSplatUimm6()
165 bool MipsDAGToDAGISel::selectVSplatUimm8(SDValue N, SDValue &Imm) const { in selectVSplatUimm8()
170 bool MipsDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &Imm) const { in selectVSplatSimm5()
175 bool MipsDAGToDAGISel::selectVSplatUimmPow2(SDValue N, SDValue &Imm) const { in selectVSplatUimmPow2()
[all …]
/external/eigen/bench/btl/libs/mtl4/
Dmtl4_interface.hh43 static void free_matrix(gene_matrix & A, int N){ in free_matrix()
75 int N=A_stl.size(); in matrix_to_stl() local
84 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product()
99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product()
103 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
107 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
115 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby()
130 …ic inline void trisolve_lower(const gene_matrix & L, const gene_vector& B, gene_vector & X, int N){ in trisolve_lower()
[all …]
/external/clang/test/FixIt/
Dtypo-using.cpp11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} namespace
16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} namespace
21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} in FFF() namespace
27 namespace N { } namespace
33 namespace N { } namespace
39 namespace N { } namespace
/external/clang/test/CodeGenCXX/
Ddestructor-calls.cpp25 struct N : M, P { struct
26 N() { printf("N()\n"); iN = ++val; } in N() function
27 ~N() { printf("~N(%d) val = %d\n", iN, --val); } in ~N() argument
28 int iN; argument
38 N n1; in main() argument
Dconstructor-init.cpp28 struct N : M , P, Q { struct
29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000), in N() argument
31 M m1;
32 M m2;
33 float f1;
34 int i1;
35 float d1;
36 void PR() { in PR()
60 N n1; in main() argument
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
Dinsert_iter_iter_iter.pass.cpp30 const int N = sizeof(a)/sizeof(a[0]); in main() local
47 const int N = sizeof(a)/sizeof(a[0]); in main() local
66 const unsigned N = sizeof(a)/sizeof(a[0]); in main() local
84 const unsigned N = sizeof(a)/sizeof(a[0]); in main() local
100 const int N = sizeof(a)/sizeof(a[0]); in main() local
117 const int N = sizeof(a)/sizeof(a[0]); in main() local
135 const int N = sizeof(a)/sizeof(a[0]); in main() local
152 const int N = sizeof(a)/sizeof(a[0]); in main() local
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h311 #define FIRST_TERM_INST(N) TermOpsBegin = N, argument
312 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, argument
313 #define LAST_TERM_INST(N) TermOpsEnd = N+1 argument
318 #define FIRST_BINARY_INST(N) BinaryOpsBegin = N, argument
319 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, argument
320 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 argument
325 #define FIRST_MEMORY_INST(N) MemoryOpsBegin = N, argument
326 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, argument
327 #define LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 argument
332 #define FIRST_CAST_INST(N) CastOpsBegin = N, argument
[all …]

12345678910>>...83