Searched full:extended (Results 1 – 25 of 80) sorted by relevance
1234
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 244 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 245 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field … 284 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 285 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field … 323 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 324 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field … 356 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 357 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field …
|
| D | jnez.obj.yaml | 25 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 390 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 410 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 431 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 496 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 563 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of
|
| D | jeqz.obj.yaml | 25 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 390 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 409 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 429 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 496 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of 565 …ct reference in accumulator compares with null as specified. Offset is sign extended to the size of
|
| D | ldobj.yaml | 401 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 402 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 445 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 446 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel…
|
| D | ldobj.v.yaml | 402 … most significant bits are sign or unsigned extended based on the field type to fit register size. 403 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 446 … most significant bits are sign or unsigned extended based on the field type to fit register size. 447 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel…
|
| D | ldai.yaml | 20 … Load immediate into accumulator. For short formats immediate is sign extended to operand size.
|
| D | ldai.64.yaml | 20 … Load immediate into accumulator. For short formats immediate is sign extended to operand size.
|
| D | jeq.obj.yaml | 25 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 876 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 950 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 1025 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 1139 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 1255 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of
|
| D | jne.obj.yaml | 25 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 878 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 953 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 1029 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 1144 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of 1261 …ces in accumulator and source register compare as specified. Offset is sign extended to the size of
|
| D | u32tou16.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | u32toi8.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | u64toi32.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | u32toi16.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | u64tou32.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | u32toi64.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | u32tou8.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
| D | i32tou8.yaml | 21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
|
| D | i32tou16.yaml | 21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_extension_data.h | 24 // Can be extended for different language types.
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.h | 34 // the "\\?\" prefix is used to specify an extended-length path for a maximum length of 32,767 char… 140 // PREFIX_FOR_LONG_PATH is added to specify it's an extended-length path, in GetExtendedLengthStylePath()
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.cpp | 33 // Check whether the dictionary should be extended. in PutIfAbsentAndReset()
|
| /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/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | extended_assembler_x64.h | 24 // ExtendedAssembler implements frequently-used assembler macros with some extended usages.
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | literal_data_accessor.h | 28 /* LiteralTag could be extended by different language
|
1234