Searched refs:condt (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/net/ |
D | bpf_jit_32.c | 485 unsigned i, load_order, off, condt; in build_body() local 536 condt = ARM_COND_HS; in build_body() 539 condt = ARM_COND_HI; in build_body() 542 _emit(condt, ARM_ADD_R(r_scratch, r_off, r_skb_data), in build_body() 546 _emit(condt, ARM_LDRB_I(r_A, r_scratch, 0), in build_body() 549 emit_load_be16(condt, r_A, r_scratch, ctx); in build_body() 551 emit_load_be32(condt, r_A, r_scratch, ctx); in build_body() 553 _emit(condt, ARM_B(b_imm(i + 1, ctx)), ctx); in build_body() 719 condt = ARM_COND_EQ; in build_body() 723 condt = ARM_COND_HI; in build_body() [all …]
|
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 742 unsigned int i, off, load_order, condt; in build_body() local 1045 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body() 1050 condt = MIPS_COND_EQ | MIPS_COND_X; in build_body() 1054 condt = MIPS_COND_GE | MIPS_COND_K; in build_body() 1059 condt = MIPS_COND_GE | MIPS_COND_X; in build_body() 1063 condt = MIPS_COND_GT | MIPS_COND_K; in build_body() 1068 condt = MIPS_COND_GT | MIPS_COND_X; in build_body() 1071 if ((condt & MIPS_COND_GE) || in build_body() 1072 (condt & MIPS_COND_GT)) { in build_body() 1073 if (condt & MIPS_COND_K) { /* K */ in build_body() [all …]
|