Searched refs:immediate (Results 1 – 5 of 5) sorted by relevance
17 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…
204 **ImmediateMixin** is inherited in instruction classes with immediate(BinaryImmOperation, ReturnIns…
912 uint64_t immediate = 1; in __anonb8e9e89d1202() local926 saveState->AppendImmediate(immediate, vreg, DataType::Type::INT64, isAcc); in __anonb8e9e89d1202()
133 …// Get immediate from the bytecode and try to find if it is already exists in the IR, if not - cre…
1544 explicit ImmediateMixin(uint64_t immediate) : immediate_(immediate) {} in ImmediateMixin() argument1550 void SetImm(uint64_t immediate) in SetImm() argument1552 immediate_ = immediate; in SetImm()