Home
last modified time | relevance | path

Searched refs:immediate (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/docs/
D2022-08-18-isa-changelog.md17 5. We add prefix "wide" to support opcodes which need larger immediate number.
18 6. We adjust the format of some opcodes (about immediate number and accumulator), so that the bytec…
Dir_format.md204 **ImmediateMixin** is inherited in instruction classes with immediate(BinaryImmOperation, ReturnIns…
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp912 uint64_t immediate = 1; in __anonb8e9e89d1202() local
926 saveState->AppendImmediate(immediate, vreg, DataType::Type::INT64, isAcc); in __anonb8e9e89d1202()
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md133 …// Get immediate from the bytecode and try to find if it is already exists in the IR, if not - cre…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1544 explicit ImmediateMixin(uint64_t immediate) : immediate_(immediate) {} in ImmediateMixin() argument
1550 void SetImm(uint64_t immediate) in SetImm() argument
1552 immediate_ = immediate; in SetImm()