Searched full:converted (Results 1 – 25 of 42) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/ |
| D | deoptimization.cpp | 31 …* @param frame Pointer to the first interpreter frame to that CFrame will be converted. It … 34 …* @param last_frame Pointer to the last interpreter frame to that CFrame will be converted. It w… 44 …* @param frame Pointer to the first interpreter frame to that CFrame will be converted. It … 47 …* @param last_frame Pointer to the last interpreter frame to that CFrame will be converted. It w…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f32toi64.yaml | 118 …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…
|
| D | f64tou32.yaml | 112 …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…
|
| D | f64tou64.yaml | 115 …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…
|
| D | f32tou32.yaml | 100 …description: If converted integer is less than minimal value for destination type, the result is m… 123 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | f32tou64.yaml | 112 …description: If converted integer is less than minimal value for destination type, the result is m… 138 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | f32toi32.yaml | 121 …description: If converted integer is less than minimal value for destination type, the result is m… 149 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | f64toi32.yaml | 128 …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…
|
| D | f64toi64.yaml | 125 …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…
|
| D | u32tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | i64tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | u64tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | i32tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | jnez.obj.yaml | 614 …- description: Beyond max forward jump for imm16, 3 + 40000 + 3 = 40006 bytes. Converted to jeqz.o… 632 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeqz.obj …
|
| D | jeqz.obj.yaml | 616 …- description: Beyond max forward jump for imm16, 3 + 40000 + 3 = 40006 bytes. Converted to jnez.o… 635 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jnez.obj …
|
| D | jne.yaml | 1008 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jne + … 1026 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jne + jmp…
|
| /arkcompiler/ets_frontend/es2panda/scripts/ |
| D | generate_js_bytecode.py | 32 help='the converted target file')
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | generate_js_bytecode.py | 32 help='the converted target file')
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 140 auto converted = res.Value(); in CreatePrimitiveValue() local 142 if (converted > max_value) { in CreatePrimitiveValue() 146 return ScalarValue::Create<type>(converted); in CreatePrimitiveValue()
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | keywordsUtil.cpp | 180 … // Unicode {xxxxx} may consist of 4 bytes information and cannot be forcibly converted to 2 bytes in IsIdentifierStart() 193 … * Unicode {xxxxx} may consist of 4 bytes information and cannot be forcibly converted to 2 bytes in IsIdentifierPart()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 59 …predecessor blocks, should also be less than the limit(each of them would be converted into Select)
|
| /arkcompiler/runtime_core/docs/ |
| D | on-stack-replacement.md | 164 cframe' - new cframe, converted from iframe
|
| D | assembly_format.md | 28 …e prefixed with `0x`. They are first converted to a bit representation that corresponds to a hex, …
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 261 // Invalid converted register in ArchImm() 281 // Invalid converted register in ImmToSignedInt() 301 // Invalid converted register in ImmToUnsignedInt()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | mem.cpp | 64 * or FILE_MAP_WRITE. Or else it will be converted to PAGE_READONLY or PAGE_READWRITE, and make in mem_protection_flags_for_file()
|
12