Home
last modified time | relevance | path

Searched refs:imm26 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit.h47 #define A64_B(imm26) A64_BRANCH((imm26) << 2, NOLINK) argument
48 #define A64_BL(imm26) A64_BRANCH((imm26) << 2, LINK) argument
/openbmc/qemu/target/arm/tcg/
H A Da32.decode532 %imm26 0:s24 !function=times_4
533 @branch ---- .... ........................ &i imm=%imm26
H A Da64.decode166 %imm26 0:s26 !function=times_4
167 @branch . ..... .......................... &i imm=%imm26
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc689 static void tcg_out_insn_3206(TCGContext *s, AArch64Insn insn, int imm26)
691 tcg_out32(s, insn | (imm26 & 0x03ffffff));