Searched refs:scond (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 634 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 D | reiserfs.h | 906 #define __RASSERT(cond, scond, format, args...) \ argument
|