Searched full:incorrect (Results 1 – 25 of 167) sorted by relevance
1234567
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | ldai.64.yaml | 65 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).
|
| D | sta.yaml | 158 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.
|
| D | mov.null.yaml | 70 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.
|
| D | ldai.yaml | 91 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).
|
| D | sta.64.yaml | 203 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.
|
| D | movi.yaml | 128 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).
|
| D | sta.obj.yaml | 186 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.
|
| D | lda.yaml | 158 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.
|
| D | lda.obj.yaml | 185 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…
|
| D | movi.64.yaml | 126 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.
|
| D | mov.64.yaml | 133 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.
|
| D | lda.64.yaml | 203 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.
|
| D | mov.yaml | 149 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.
|
| D | mul2.yaml | 346 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.
|
| D | mod.yaml | 286 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.
|
| D | div.yaml | 286 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.
|
| D | mul.yaml | 346 description: Check mul with incorrect register types. 377 description: Check mul with incorrect register types. 441 description: Check mul with incorrect register types.
|
| D | sub2.yaml | 374 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.
|
| D | divu2.yaml | 365 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.
|
| D | modu2.yaml | 365 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/ |
| D | abs_int_inl_gen.h.erb | 37 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/ |
| D | panda_smart_pointers.h | 38 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/ |
| D | builtins_global.cpp | 223 … 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/ |
| D | main.cpp | 31 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/ |
| D | bug_2817.pa | 17 ldai.64 0 # incorrect type of acc
|
1234567