Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_006_pos.ksh92 cond1=$?
95 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then
110 cond1=$?
113 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td1195 multiclass BTF32Pat0<PatFrag cond0, PatFrag cond1, ImmLeaf imm_ty, Instruction inst> {
1198 def : Pat<(brcond (i32 (cond1 GPR:$rs1, uimm16:$rs2)), bb:$imm16),
1221 multiclass BTF32Pat1<PatFrag cond0, PatFrag cond1, Instruction cmp,
1225 def : Pat<(brcond (i32 (cond1 GPR:$rs1, GPR:$rs2)), bb:$imm16),
1314 multiclass INCDECPat<PatFrag cond0, PatFrag cond1, Instruction cmp> {
1363 multiclass MOVTF32Pat0<PatFrag cond0, PatFrag cond1, ImmLeaf imm_ty, Instruction inst> {
1366 def : Pat<(select (i32 (cond1 GPR:$rs1, imm_ty:$rs2)), GPR:$rx, GPR:$false),
1406 def : Pat<(select (i32 (cond1 GPR:$rs1, GPR:$rs2)), (add GPR:$rx, uimm5:$imm), GPR:$other),
1408 def : Pat<(select (i32 (cond1 GPR:$rs1, GPR:$rs2)), GPR:$other, (add GPR:$rx, uimm5:$imm)),
1442 multiclass MOVTF32Pat1<PatFrag cond0, PatFrag cond1, Instruction cmp_inst,
[all …]
H A DCSKYInstrInfo16Instr.td489 multiclass BTF16Pat0<PatFrag cond0, PatFrag cond1, ImmLeaf imm_ty, Instruction inst> {
492 def : Pat<(brcond (i32 (cond1 mGPR:$rs1, imm_ty:$rs2)), bb:$offset),
505 multiclass BTF16Pat1<PatFrag cond0, PatFrag cond1, Instruction cmp,
509 def : Pat<(brcond (i32 (cond1 sGPR:$rs1, sGPR:$rs2)), bb:$offset),
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h251 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument
252 (val == (cond1) ? true1 : \
H A Decore_dbg_fw_funcs.c147 static u32 cond1(const u32 *r, const u32 *imm) { in cond1() function
178 cond1,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c643 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
644 if (cond1) { \