Searched refs:r_zero (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-rpc/
H A Decard.h17 unsigned char r_zero:1; member in struct:ex_ecid
H A Decard.c903 cid.r_zero = 1; ecard_probe()
905 if (cid.r_zero) ecard_probe()
/linux-4.4.14/arch/mips/net/
H A Dbpf_jit.c173 uasm_i_addiu(&p, dst, r_zero, imm); emit_load_imm()
268 emit_subu(reg, r_zero, reg, ctx); emit_neg()
283 emit_jit_reg_move(dst, r_zero, ctx); emit_sll()
300 emit_jit_reg_move(dst, r_zero, ctx); emit_srl()
444 emit_long_instr(ctx, ADDU, dst, src, r_zero); emit_reg_move()
450 emit_addu(dst, src, r_zero, ctx); emit_jit_reg_move()
502 emit_bcond(MIPS_COND_ALL, r_zero, r_zero, imm, ctx); emit_b()
627 emit_jit_reg_move(r_X, r_zero, ctx); build_prologue()
631 emit_jit_reg_move(r_A, r_zero, ctx); build_prologue()
716 emit_reg_move(r_ret, r_zero, ctx); build_body()
767 emit_reg_move(r_ret, r_zero, ctx); build_body()
834 emit_jit_reg_move(r_A, r_zero, ctx); build_body()
845 emit_bcond(MIPS_COND_EQ, r_X, r_zero, build_body()
854 emit_bcond(MIPS_COND_EQ, r_X, r_zero, build_body()
959 emit_bcond(MIPS_COND_NE, r_s0, r_zero, b_off, build_body()
1024 emit_bcond(MIPS_COND_NE, r_s0, r_zero, b_off, ctx); build_body()
1037 emit_bcond(MIPS_COND_NE, r_s0, r_zero, b_off, ctx); build_body()
1121 emit_bcond(MIPS_COND_EQ, r_s0, r_zero, build_body()
1123 emit_reg_move(r_ret, r_zero, ctx); build_body()
1153 emit_sltu(r_A, r_zero, r_A, ctx); build_body()
H A Dbpf_jit.h65 #define r_zero MIPS_R_ZERO macro

Completed in 123 milliseconds