Searched full:depending (Results 1 – 25 of 29) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jlez.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc < 0` condition 151 Check jump occurs or not occurs, depending on `acc == 0` condition
|
| D | jgez.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc > 0` condition 149 Check jump occurs or not occurs, depending on `acc == 0` condition
|
| D | jnez.yaml | 37 Check jump occurs or not occurs, depending on `acc!=0` condition 87 Check jump occurs or not occurs, depending on `acc != 0` condition
|
| D | jgtz.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc > 0` condition
|
| D | jeqz.yaml | 35 Check jump occurs or not occurs, depending on `acc == 0` condition 85 Check jump occurs or not occurs, depending on `acc == 0` condition
|
| D | jltz.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc < 0` condition
|
| D | ldobj.yaml | 402 …ld type is less than 32, then loaded value is sign or zero extended to i32 depending on field type. 446 …ld type is less than 32, then loaded value is sign or zero extended to i32 depending on field type.
|
| D | ldobj.v.yaml | 403 …ld type is less than 32, then loaded value is sign or zero extended to i32 depending on field type. 447 …ld type is less than 32, then loaded value is sign or zero extended to i32 depending on field type.
|
| D | ldarr.16.yaml | 36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
|
| D | ldarr.8.yaml | 36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
|
| D | ldarru.16.yaml | 36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
|
| D | ldarru.8.yaml | 36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-07.pa | 20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
|
| D | arrays-08.pa | 20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | entrypoints_bridge_asm_macro.inl.erb | 29 // Depending on frame kind choose either CompiledAbiBridge (for compiled frame) or CompiledAbi (for…
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 44 Depending on the result runtime can search the entity in other files (for foreign entities) 103 … The first 8 bits contain tag which determines the meaning of the data. Depending on the tag there… 617 There are different value encodings depending on the value's type. 762 There are different literal encodings depending on the num of value's bytes. 950 …tructions. Each instruction has one byte opcode and optional arguments. Depending on opcode argume… 995 … the entity of the corresponding type. Type of the entity is determined depending on handle's type…
|
| D | rationale-for-bytecode.md | 83 (depending on the benchmark).
|
| D | ir_format.md | 310 …gorithm, because it gives better code, and select the type of allocator depending on the context.
|
| D | runtime-compiled_code-interaction.md | 213 Depending on the callee's entrypoint there may be different cases.
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 70 - `T GetValue()` - returns value of an argument depending on it's type
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 606 * Depending on the collector algorithm, some markers can do simple marking
|
| /arkcompiler/runtime_core/ldscripts/ |
| D | panda_test_asan.ld | 116 (the exact location of HighShadow/HighMem may vary depending
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 231 … // Depending on the length of the messages, client will use shift operation to get the res in ClientSendReq()
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket.cpp | 42 // Depending on the length of the messages, server will use shift operation to get the res in SendReply()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 140 description: May operate on 'any' values depending on language context. 142 description: Creates objects of type depending on language context.
|
12