| /openbmc/qemu/disas/ |
| H A D | sparc.c | 292 #define COND(x) (((x) & 0xf) << 25) macro 300 #define CONDA (COND (0x8)) 301 #define CONDCC (COND (0xd)) 302 #define CONDCS (COND (0x5)) 303 #define CONDE (COND (0x1)) 304 #define CONDG (COND (0xa)) 305 #define CONDGE (COND (0xb)) 306 #define CONDGU (COND (0xc)) 307 #define CONDL (COND (0x3)) 308 #define CONDLE (COND (0x2)) [all …]
|
| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 216 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument 217 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
|
| /openbmc/qemu/docs/devel/ |
| H A D | qapi-code-gen.rst | 206 '*if': COND, 210 '*if': COND, 273 '*if': COND, 278 '*if': COND, 334 '*if': COND, 338 | STRING : { 'type': TYPE-REF, '*if': COND } 401 '*if': COND, 405 | STRING : { 'type': STRING, '*if': COND } 468 '*if': COND, 642 '*if': COND, [all...] |
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_tcg.h | 933 #define fGEN_TCG_cond_jumpt(COND) \ argument 936 COND; \ 939 #define fGEN_TCG_cond_jumpf(COND) \ argument 942 COND; \ 979 #define fGEN_TCG_cond_jumprt(COND) \ argument 982 COND; \ 985 #define fGEN_TCG_cond_jumprf(COND) \ argument 988 COND; \
|
| H A D | gen_tcg_hvx.h | 424 #define fGEN_TCG_VEC_CMP(COND, TYPE, SIZE) \ argument 427 tcg_gen_gvec_cmp(COND, TYPE, tmpoff, VuV_off, VvV_off, \ 453 #define fGEN_TCG_VEC_CMP_OP(COND, TYPE, SIZE, OP) \ argument 457 tcg_gen_gvec_cmp(COND, TYPE, tmpoff, VuV_off, VvV_off, \
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | a32-uncond.decode | 22 # All of those that have a COND field in insn[31:28] are in a32.decode
|
| H A D | a32.decode | 21 # All of the insn that have a COND field in insn[31:28] are here.
|
| H A D | translate-neon.c | 882 #define DO_3SAME_CMP(INSN, COND) \ argument 887 tcg_gen_gvec_cmp(COND, vece, rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz); \
|
| H A D | gengvec.c | 78 #define GEN_CMP0(NAME, COND) \ argument 81 { tcg_gen_gvec_cmpi(COND, vece, d, m, 0, opr_sz, max_sz); }
|
| /openbmc/qemu/target/microblaze/ |
| H A D | translate.c | 1137 #define DO_BCC(NAME, COND) \ argument 1139 { return do_bcc(dc, arg->rb, 0, COND, arg->ra, false); } \ 1141 { return do_bcc(dc, arg->rb, 0, COND, arg->ra, true); } \ 1143 { return do_bcc(dc, -1, arg->imm, COND, arg->ra, false); } \ 1145 { return do_bcc(dc, -1, arg->imm, COND, arg->ra, true); }
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | 30 /* Like create_field, but the field is only valid when condition COND
|
| /openbmc/qemu/target/loongarch/tcg/insn_trans/ |
| H A D | trans_vec.c.inc | 4759 #define VSET(NAME, COND) \ 4780 tcg_gen_setcondi_i64(COND, t1, t1, 0); \ 4798 #define XVSET(NAME, COND) \ 4826 tcg_gen_setcondi_i64(COND, t1, t1, 0); \
|
| /openbmc/qemu/target/hexagon/imported/mmvec/ |
| H A D | ext.idef | 2193 #define WHIST(EL,MASK,BSHIFT,COND,SATF) \ 2200 COND tmp.EL[elindex] = SATF(tmp.EL[elindex] + weight); \
|