Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c348 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be32() argument
357 _emit(cond, ARM_ORR_S(r_res, ARM_R3, ARM_R0, SRTYPE_LSL, 8), ctx); in emit_load_be32()
360 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be16() argument
364 _emit(cond, ARM_ORR_S(r_res, ARM_R2, ARM_R1, SRTYPE_LSL, 8), ctx); in emit_load_be16()
384 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be32() argument
386 _emit(cond, ARM_LDR_I(r_res, r_addr, 0), ctx); in emit_load_be32()
388 _emit(cond, ARM_REV(r_res, r_res), ctx); in emit_load_be32()
392 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be16() argument
394 _emit(cond, ARM_LDRH_I(r_res, r_addr, 0), ctx); in emit_load_be16()
396 _emit(cond, ARM_REV16(r_res, r_res), ctx); in emit_load_be16()