Home
last modified time | relevance | path

Searched full:treats (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Du32toi16.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Du32toi64.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Du32toi8.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Du32tou16.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Du64toi32.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Du64tou32.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Du32tou8.yaml21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
Di32toi8.yaml21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
Di32toi16.yaml21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
Di32tou8.yaml21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
Di32tou16.yaml21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
Di32toi64.yaml21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
/arkcompiler/runtime_core/docs/
Dglossary.md51 i.e. it treats anything inside object boundaries like a reference. Opposite term: **Precise GC**.
/arkcompiler/runtime_core/isa/
Disa.yaml62 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.