Searched refs:lhs2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 488 #define FCHK2(lhs1, op1, rhs1, lhs2, op2, rhs2, fmt) \ argument 489 if (lhs1 op1 rhs1 && lhs2 op2 rhs2) { \ 493 (intmax_t)lhs1, #op1, #rhs1, (intmax_t)rhs1, #lhs2, \ 494 (intmax_t)lhs2, #op2, #rhs2, (intmax_t)rhs2); \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 5024 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst), 5026 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>, 5030 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, brtarget:$dst), IIC_Br, 5031 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, 0, 0, bb:$dst)]>,
|