Searched refs:imm26 (Results 1 – 4 of 4) sorted by relevance
47 #define A64_B(imm26) A64_BRANCH((imm26) << 2, NOLINK) argument48 #define A64_BL(imm26) A64_BRANCH((imm26) << 2, LINK) argument
532 %imm26 0:s24 !function=times_4533 @branch ---- .... ........................ &i imm=%imm26
166 %imm26 0:s26 !function=times_4167 @branch . ..... .......................... &i imm=%imm26
689 static void tcg_out_insn_3206(TCGContext *s, AArch64Insn insn, int imm26)691 tcg_out32(s, insn | (imm26 & 0x03ffffff));