Searched full:treats (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | u32toi16.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 | u32toi8.yaml | 21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
|
D | u32tou16.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 | u64tou32.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 | i32toi8.yaml | 21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
|
D | i32toi16.yaml | 21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
|
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…
|
D | i32toi64.yaml | 21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
|
/arkcompiler/runtime_core/docs/ |
D | glossary.md | 51 i.e. it treats anything inside object boundaries like a reference. Opposite term: **Precise GC**.
|
/arkcompiler/runtime_core/isa/ |
D | isa.yaml | 62 If bytecode treats register value as signed integer, it uses two's complement representation. 63 To denote that bytecode treats register values as unsigned integer, u32/u64 notation is used.
|