Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/runtime/
Ddeoptimization.cpp31 …* @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/
Df32toi64.yaml118 …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…
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…
Df32tou32.yaml100 …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…
Df32tou64.yaml112 …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…
Df32toi32.yaml121 …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…
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…
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.
Du64tou1.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.
Djnez.obj.yaml614 …- 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 …
Djeqz.obj.yaml616 …- 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 …
Djne.yaml1008 …- 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/
Dgenerate_js_bytecode.py32 help='the converted target file')
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgenerate_js_bytecode.py32 help='the converted target file')
/arkcompiler/runtime_core/assembler/
Dmeta.cpp140 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/
DkeywordsUtil.cpp180 … // 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/
Dif_conversion_doc.md59 …predecessor blocks, should also be less than the limit(each of them would be converted into Select)
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md164 cframe' - new cframe, converted from iframe
Dassembly_format.md28 …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/
Dtarget.h261 // Invalid converted register in ArchImm()
281 // Invalid converted register in ImmToSignedInt()
301 // Invalid converted register in ImmToUnsignedInt()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp64 * 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