Searched refs:r_zero (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 173 uasm_i_addiu(&p, dst, r_zero, imm); in emit_load_imm() 268 emit_subu(reg, r_zero, reg, ctx); in emit_neg() 283 emit_jit_reg_move(dst, r_zero, ctx); in emit_sll() 300 emit_jit_reg_move(dst, r_zero, ctx); in emit_srl() 444 emit_long_instr(ctx, ADDU, dst, src, r_zero); in emit_reg_move() 450 emit_addu(dst, src, r_zero, ctx); in emit_jit_reg_move() 502 emit_bcond(MIPS_COND_ALL, r_zero, r_zero, imm, ctx); in emit_b() 627 emit_jit_reg_move(r_X, r_zero, ctx); in build_prologue() 631 emit_jit_reg_move(r_A, r_zero, ctx); in build_prologue() 716 emit_reg_move(r_ret, r_zero, ctx); in build_body() [all …]
|
D | bpf_jit.h | 65 #define r_zero MIPS_R_ZERO macro
|
/linux-4.4.14/arch/arm/mach-rpc/ |
D | ecard.h | 17 unsigned char r_zero:1; member
|
D | ecard.c | 903 cid.r_zero = 1; in ecard_probe() 905 if (cid.r_zero) in ecard_probe()
|