Home
last modified time | relevance | path

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

/ark/runtime_core/tests/cts-generator/cts-template/
Df64tou32.yaml112 …description: If converted integer is less than minimal value for destination type, the result is m…
135 …description: If converted integer is greater than maximum value for destination type, the result i…
Df64tou64.yaml115 …description: If converted integer is less than minimal value for destination type, the result is m…
141 …description: If converted integer is greater than maximum value for destination type, the result i…
Df64toi32.yaml128 …description: If converted integer is less than minimal value for destination type, the result is m…
156 …description: If converted integer is greater than maximum value for destination type, the result i…
Df64toi64.yaml125 …description: If converted integer is less than minimal value for destination type, the result is m…
151 …description: If converted integer is greater than maximum value for destination type, the result i…
Du64tou1.yaml21 If converted integer is not equal to zero, the result is 1.
Du32tou1.yaml21 If converted integer is not equal to zero, the result is 1.
Di64tou1.yaml21 If converted integer is not equal to zero, the result is 1.
Di32tou1.yaml21 If converted integer is not equal to zero, the result is 1.
Djeqz.obj.yaml419 …- description: Beyond max forward jump for imm16, 3 + 40000 + 3 = 40006 bytes. Converted to jnez.o…
438 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jnez.obj …
Djnez.obj.yaml418 …- description: Beyond max forward jump for imm16, 3 + 40000 + 3 = 40006 bytes. Converted to jeqz.o…
436 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeqz.obj …
Djeq.obj.yaml907 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jne.ob…
924 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jne.obj +…
Djlt.yaml864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + …
882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
Djne.yaml864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jne + …
882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jne + jmp…
Djeq.yaml868 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jeq + …
886 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeq + jmp…
Djne.obj.yaml910 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jeq.ob…
927 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeq.obj +…
Djle.yaml864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + …
882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
Djge.yaml864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + …
882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
Djgt.yaml864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + …
882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
Dstobj.64.yaml414 …description: If field type is f32, accumulator content will be implicitly converted from f64 to f3…
/ark/ts2abc/ts2panda/scripts/
Dgenerate_js_bytecode.py32 help='the converted target file')
/ark/runtime_core/assembler/
Dmeta.cpp140 auto converted = res.Value(); in CreatePrimitiveValue() local
141 if (converted > max_value) { in CreatePrimitiveValue()
145 return ScalarValue::Create<type>(converted); in CreatePrimitiveValue()
/ark/runtime_core/docs/
Dassembly_format.md28 …e prefixed with `0x`. They are first converted to a bit representation that corresponds to a hex, …
/ark/runtime_core/isa/
Disa.yaml1827 …- If converted integer is less than minimal value for destination type, the result is minimal valu…
1829 …- If converted integer is greater than maximum value for destination type, the result is maximum v…
2012 - If converted integer is not equal to zero, the result is 1.
/ark/js_runtime/ecmascript/
Djs_object.cpp928 …// accessor property. Preserve the existing values of the converted property’s [[Configurable]] and in ValidateAndApplyPropertyDescriptor()
932 … // data property. Preserve the existing values of the converted property’s [[Configurable]] and in ValidateAndApplyPropertyDescriptor()
Djs_bigint.cpp507 …THROW_RANGE_ERROR_AND_RETURN(thread, "The number cannot be converted to a BigInt because it is not… in NumberToBigInt()