Searched refs:r_zero (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/mips/net/ | 
| D | bpf_jit.c | 172 			uasm_i_addiu(&p, dst, r_zero, imm);  in emit_load_imm()267 	emit_subu(reg, r_zero, reg, ctx);  in emit_neg()
 282 		emit_jit_reg_move(dst, r_zero, ctx);  in emit_sll()
 299 		emit_jit_reg_move(dst, r_zero, ctx);  in emit_srl()
 449 	emit_long_instr(ctx, ADDU, dst, src, r_zero);  in emit_reg_move()
 455 	emit_addu(dst, src, r_zero, ctx);  in emit_jit_reg_move()
 507 	emit_bcond(MIPS_COND_ALL, r_zero, r_zero, imm, ctx);  in emit_b()
 634 		emit_jit_reg_move(r_X, r_zero, ctx);  in build_prologue()
 644 		emit_jit_reg_move(r_A, r_zero, ctx);  in build_prologue()
 729 			emit_reg_move(r_ret, r_zero, ctx);  in build_body()
 [all …]
 
 | 
| D | bpf_jit.h | 62 #define r_zero		MIPS_R_ZERO  macro
 | 
| /Linux-v5.10/arch/arm/mach-rpc/ | 
| D | ecard.h | 14 	unsigned char	r_zero:1;  member
 | 
| D | ecard.c | 909 	cid.r_zero = 1;  in ecard_probe()911 	if (cid.r_zero)  in ecard_probe()
 
 |