Searched refs:r_res (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/net/ |
H A D | bpf_jit_32.c | 323 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) emit_load_be32() argument 332 _emit(cond, ARM_ORR_S(r_res, ARM_R3, ARM_R0, SRTYPE_LSL, 8), ctx); emit_load_be32() 335 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) emit_load_be16() argument 339 _emit(cond, ARM_ORR_S(r_res, ARM_R2, ARM_R1, SRTYPE_LSL, 8), ctx); emit_load_be16() 359 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) emit_load_be32() argument 361 _emit(cond, ARM_LDR_I(r_res, r_addr, 0), ctx); emit_load_be32() 363 _emit(cond, ARM_REV(r_res, r_res), ctx); emit_load_be32() 367 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) emit_load_be16() argument 369 _emit(cond, ARM_LDRH_I(r_res, r_addr, 0), ctx); emit_load_be16() 371 _emit(cond, ARM_REV16(r_res, r_res), ctx); emit_load_be16()
|
Completed in 88 milliseconds