Searched refs:COND (Results 1 – 10 of 10) sorted by relevance
| /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/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 | gengvec.c | 78 #define GEN_CMP0(NAME, COND) \ argument 81 { tcg_gen_gvec_cmpi(COND, vece, d, m, 0, opr_sz, max_sz); }
|
| /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); \
|