Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc634 static void tcg_out_bpcc0(TCGContext *s, int scond, int flags, int off19)
636 tcg_out32(s, INSN_OP(0) | INSN_OP2(1) | INSN_COND(scond) | flags | off19);
639 static void tcg_out_bpcc(TCGContext *s, int scond, int flags, TCGLabel *l)
648 tcg_out_bpcc0(s, scond, flags, off19);
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h906 #define __RASSERT(cond, scond, format, args...) \ argument