Home
last modified time | relevance | path

Searched refs:emit_movn_r (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp32.c970 static void emit_movn_r(struct jit_context *ctx, u8 rd, u8 rs, u8 rt) in emit_movn_r() function
1007 emit_movn_r(ctx, rd, MIPS_R_ZERO, hi(rs)); /* rd = 0 if rsh */ in emit_sltiu_r64()
1019 emit_movn_r(ctx, rd, MIPS_R_ZERO, tmp); /* rd = 0 if tmp != 0 */ in emit_sltu_r64()
1043 emit_movn_r(ctx, t1, t2, rd); /* t1 = rd ? t2 : t1 */ in emit_slti_r64()
1055 emit_movn_r(ctx, t1, MIPS_R_ZERO, cmp); /* t1 = 0 if cmp != 0 */ in emit_slti_r64()
1083 emit_movn_r(ctx, t1, t2, rd); /* t1 = rd ? t2 : t1 */ in emit_slt_r64()
1084 emit_movn_r(ctx, t1, MIPS_R_ZERO, t3); /* t1 = 0 if t3 != 0 */ in emit_slt_r64()