Home
last modified time | relevance | path

Searched full:incorrect (Results 1 – 25 of 167) sorted by relevance

1234567

/ark/runtime_core/tests/cts-generator/cts-template/
Dldai.64.yaml65 description: Check ldai.64 with incorrect positive values (f64).
70 description: Check ldai.64 with incorrect positive values (f64).
107 description: Check ldai.64 with incorrect negative values (f64).
112 description: Check ldai.64 with incorrect negative values (f64).
Dsta.yaml158 description: Check sta with incorrect register numbers.
162 description: Check sta with incorrect register numbers.
166 description: Check sta with incorrect register numbers.
188 ##- Accumulator initialization with incorrect types
192 description: Check 'sta' with incorrect accumulator type. Register type is not checked.
311 description: Check sta.64 with incorrect value.
Dmov.null.yaml70 description: Check mov.null with incorrect register number.
76 description: Check mov.null with incorrect register number.
82 description: Check mov.null with incorrect register number.
Dldai.yaml91 description: Check ldai with incorrect positive values (f64).
96 description: Check ldai with incorrect positive values (f64).
159 description: Check ldai with incorrect negative values (f64).
164 description: Check ldai with incorrect negative values (f64).
Dsta.64.yaml203 description: Check sta.64 with incorrect register numbers.
207 description: Check sta.64 with incorrect register numbers.
211 description: Check sta.64 with incorrect register numbers.
233 ##- Accumulator initialization with incorrect types
237 description: Check 'sta.64' with incorrect accumulator type. Register type is not checked.
354 description: Check sta.64 with incorrect value.
Dmovi.yaml128 description: Check movi with incorrect value (f64 value).
134 description: Check movi with incorrect value (f64 value).
140 description: Check movi with incorrect value (incorrect literal).
Dsta.obj.yaml186 description: Check sta.obj with incorrect register numbers.
217 description: Check sta.obj with incorrect register numbers.
237 ##- Accumulator initialization with incorrect types
241 description: Check 'sta.obj' with incorrect accumulator type. Register type is not checked.
337 description: Check sta.obj with incorrect value.
Dlda.yaml158 description: Check lda with incorrect register numbers.
162 description: Check lda with incorrect register numbers.
166 description: Check lda with incorrect register numbers.
179 description: Check lda with incorrect register type.
222 description: Check lda with incorrect source register type. Accumulator type is not checked.
Dlda.obj.yaml185 description: Check lda.obj with incorrect register number.
217 description: Check lda.obj with incorrect register number and null.
240 description: Check lda.obj with incorrect register type (i32, i64, f64).
266 description: Check lda.obj with incorrect values.
285 …description: Check lda.obj with incorrect source register type in PandaAssembly context. Accumulat…
Dmovi.64.yaml126 description: Check movi.64 with incorrect value (f64 value).
132 description: Check movi.64 with incorrect value (f64 value).
138 description: Check movi.64 with incorrect value.
Dmov.64.yaml133 description: Check when register number is out of range and incorrect register name.
135 description: Check when register number is out of range and incorrect register name.
137 description: Check when register number is out of range and incorrect register name.
139 description: Check with incorrect destination and register number out of range.
172 description: There are two places where bytecode is incorrect - mov.64 and jne/cmp
177 description: There are two places where bytecode is incorrect - mov.64 and cmp.64
356 … description: Check mov.64 with incorrect source register type. Destination type is not checked.
Dlda.64.yaml203 description: Check lda.64 with incorrect register numbers.
207 description: Check lda.64 with incorrect register numbers.
211 description: Check lda.64 with incorrect register numbers.
221 … description: Check lda.64 with incorrect source register type. Accumulator type is not checked.
Dmov.yaml149 description: Check when register number is out of range and incorrect register name.
151 description: Check when register number is out of range and incorrect register name.
153 description: Check when register number is out of range and incorrect register name.
155 description: Check with incorrect destination and register number out of range.
278 description: Check mov with incorrect source register type. Destination type is not checked.
Dmul2.yaml346 description: Check mul2 with incorrect accumulator ang register type.
377 description: Check mul2 with incorrect accumulator ang register type.
430 description: Check mul2 with incorrect accumulator ang register type.
Dmod.yaml286 description: Check mod with incorrect second register type.
334 description: Check mod with incorrect first register type.
372 description: Check mod with incorrect first register type.
404 description: Check mod with incorrect second register type.
Ddiv.yaml286 description: Check div with incorrect second register type.
334 description: Check div with incorrect first register type.
372 description: Check div with incorrect first register type.
403 description: Check div with incorrect second register type.
Dmul.yaml346 description: Check mul with incorrect register types.
377 description: Check mul with incorrect register types.
441 description: Check mul with incorrect register types.
Dsub2.yaml374 description: Check sub2 with incorrect accumulator and register types.
409 description: Check sub2 with incorrect accumulator and register types.
466 description: Check sub2 with incorrect accumulator and register types.
Ddivu2.yaml365 description: Check divu2 with incorrect type of accumulator and register.
397 description: Check divu2 with incorrect type of accumulator and register.
451 description: Check divu2 with incorrect type of accumulator and register.
Dmodu2.yaml365 description: Check modu2 with incorrect accumulator and register type.
397 description: Check modu2 with incorrect accumulator and register type.
451 description: Check modu2 with incorrect accumulator and register type.
/ark/runtime_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb37 LOG(ERROR, VERIFIER) << "Incorrect opcode";
53 LOG(ERROR, VERIFIER) << "Incorrect opcode";
62 LOG(ERROR, VERIFIER) << "Incorrect opcode";
70 LOG(ERROR, VERIFIER) << "Incorrect opcode";
/ark/runtime_core/runtime/include/mem/
Dpanda_smart_pointers.h38 static_assert(!std::is_void_v<T>, "Incorrect (void) type for DefaultPandaDelete"); in operator()
39 static_assert(sizeof(T) > 0, "Incorrect (incomplete) type for DefaultPandaDelete"); in operator()
60 static_assert(!std::is_void_v<T>, "Incorrect (void) type for DefaultPandaDelete");
61 static_assert(sizeof(T) > 0, "Incorrect (incomplete) type for DefaultPandaDelete");
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_global.cpp223 … THROW_URI_ERROR_AND_RETURN(thread, "EncodeURI: The format of the URI to be parsed is incorrect", in Encode()
245 … THROW_URI_ERROR_AND_RETURN(thread, "EncodeURI: The format of the URI to be parsed is incorrect", in Encode()
337 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
341 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
390 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
398 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
409 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
413 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
422 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
435 … THROW_URI_ERROR_AND_RETURN(thread, "DecodeURI: The format of the URI to be parsed is incorrect", in Decode()
/ark/ts2abc/ts2panda/ts2abc/
Dmain.cpp31 std::cerr << "Incorrect args number" << std::endl; in Preprocess()
81 std::cerr << "Incorrect optimization level value" << std::endl; in main()
/ark/runtime_core/tests/verifier-tests/
Dbug_2817.pa17 ldai.64 0 # incorrect type of acc

1234567