Home
last modified time | relevance | path

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

/arch/arm/net/
Dbpf_jit_32.c442 emit(ARM_STR_I(tmp[1], ARM_SP, STACK_VAR(dst)), ctx); in emit_a32_mov_i()
553 emit(ARM_STR_I(tmp[0], ARM_SP, STACK_VAR(dst)), ctx); in emit_a32_alu_r()
581 emit(ARM_STR_I(rt, ARM_SP, STACK_VAR(dst)), ctx); in emit_a32_mov_r()
623 emit(ARM_STR_I(rd, ARM_SP, STACK_VAR(dst)), ctx); in emit_a32_alu_i()
644 emit(ARM_STR_I(rd, ARM_SP, STACK_VAR(dst_lo)), ctx); in emit_a32_neg64()
645 emit(ARM_STR_I(rm, ARM_SP, STACK_VAR(dst_hi)), ctx); in emit_a32_neg64()
676 emit(ARM_STR_I(ARM_LR, ARM_SP, STACK_VAR(dst_lo)), ctx); in emit_a32_lsh_r64()
677 emit(ARM_STR_I(ARM_IP, ARM_SP, STACK_VAR(dst_hi)), ctx); in emit_a32_lsh_r64()
710 emit(ARM_STR_I(ARM_LR, ARM_SP, STACK_VAR(dst_lo)), ctx); in emit_a32_arsh_r64()
711 emit(ARM_STR_I(ARM_IP, ARM_SP, STACK_VAR(dst_hi)), ctx); in emit_a32_arsh_r64()
[all …]
Dbpf_jit_32.h257 #define ARM_STR_I(rt, rn, off) (ARM_INST_STR_I | (rt) << 12 | (rn) << 16 \ macro