Searched refs:LoadImm (Results 1 – 1 of 1) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | assembler.rs | 15 AluBinary, AluUnary, Call, Endian, JumpConditional, JumpUnconditional, LoadAbs, LoadImm, 30 LoadImm, enumerator 91 entry("lddw", LoadImm, ebpf::LD_DW_IMM); in make_instruction_map() 208 (LoadImm, Register(dst), Integer(imm), Nil) => insn(opc, dst, 0, 0, (imm << 32) >> 32), in encode() 225 if let LoadImm = inst_type { in assemble_internal()
|