Searched refs:r_zero (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 100 #define r_zero MIPS_R_ZERO macro 208 uasm_i_addiu(&p, dst, r_zero, imm); in emit_load_imm() 303 emit_subu(reg, r_zero, reg, ctx); in emit_neg() 318 emit_jit_reg_move(dst, r_zero, ctx); in emit_sll() 335 emit_jit_reg_move(dst, r_zero, ctx); in emit_srl() 479 emit_long_instr(ctx, ADDU, dst, src, r_zero); in emit_reg_move() 485 emit_addu(dst, src, r_zero, ctx); in emit_jit_reg_move() 537 emit_bcond(MIPS_COND_ALL, r_zero, r_zero, imm, ctx); in emit_b() 686 emit_jit_reg_move(r_X, r_zero, ctx); in build_prologue() 690 emit_jit_reg_move(r_A, r_zero, ctx); in build_prologue() [all …]
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | ecard.h | 17 unsigned char r_zero:1; member
|
D | ecard.c | 904 cid.r_zero = 1; in ecard_probe() 906 if (cid.r_zero) in ecard_probe()
|