Home
last modified time | relevance | path

Searched refs:predicate (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/target/arm/tcg/
H A Dsve.decode106 # Two operand with governing predicate, flags setting
113 # Three predicate operand, with governing predicate, flag setting
143 # Two register operand, with governing predicate, vector element size
151 # Three register operand, with governing predicate, vector element size
160 # One register operand, with governing predicate, vector element size
165 # One register operand, with governing predicate, no vector element size
171 # Two register operand, one immediate operand, with predicate,
178 # Similarly without predicate.
184 # Two register operand, one immediate operand, with 4-bit predicate.
198 # controlling predicate, element size.
[all …]
/openbmc/qemu/target/riscv/
H A Dgdbstub.c245 riscv_csr_predicate_fn predicate; in riscv_gen_dynamic_csr_feature() local
267 predicate = csr_ops[i].predicate; in riscv_gen_dynamic_csr_feature()
268 if (predicate && (predicate(env, i) == RISCV_EXCP_NONE)) { in riscv_gen_dynamic_csr_feature()
H A Dcpu.h825 riscv_csr_predicate_fn predicate; member
H A Dcsr.c4720 if (!csr_ops[csrno].predicate) { in riscv_csrrw_check()
4741 RISCVException ret = csr_ops[csrno].predicate(env, csrno); in riscv_csrrw_check()
/openbmc/u-boot/arch/arm/include/asm/
H A Dptrace.h26 #define predicate(x) (x & 0xf0000000) macro
/openbmc/qemu/target/hexagon/imported/
H A Dcompare.idef200 "Logical ANY of low 8 predicate bits",
204 "Logical ALL of low 8 predicate bits",
208 "Pack the odd and even bits of two predicate registers",
592 "Transfer predicate to general register", { RdV = fZXTN(8,32,PsV); })
598 "Determine whether the predicate sources define a corner",
610 "Determine whether the predicate sources define a corner",
H A Dbranch.idef278 /* V2: With predicate control */
306 /* V2: With predicate control */
/openbmc/slpd-lite/
H A Dslp.hpp49 std::string predicate; member
H A Dslp_parser.cpp337 req.body.srvrqst.predicate.insert(0, (const char*)buff.data() + pos, in parseSrvRqst()
/openbmc/linux/arch/arm/include/asm/
H A Dptrace.h111 #define predicate(x) ((x) & 0xf0000000) macro
/openbmc/qemu/target/hexagon/
H A DREADME209 predicate registers.
272 new_pred_value new value of a predicate register
273 pred_written boolean indicating if predicate was written
280 QRegs Q (vector predicate) registers
H A Dattribs_def.h.inc93 DEF_ATTRIB(CONDEXEC, "May be cancelled by a predicate", "", "")
165 DEF_ATTRIB(NOTE_LATEPRED, "The predicate can not be used as a .new", "", "")
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h390 Aml *aml_if(Aml *predicate);
392 Aml *aml_while(Aml *predicate);
/openbmc/slpd-lite/test/
H A Dslp_parser_test.cpp228 EXPECT_EQ(req.body.srvrqst.predicate, "PD"); in TEST()
/openbmc/qemu/hw/acpi/
H A Daml-build.c1099 Aml *aml_if(Aml *predicate) in aml_if() argument
1102 aml_append(var, predicate); in aml_if()
1114 Aml *aml_while(Aml *predicate) in aml_while() argument
1117 aml_append(var, predicate); in aml_while()
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst495 * 16 VL-bit predicate registers P0..P15
497 * 1 VL-bit special-purpose predicate register FFR (the "first-fault register")
/openbmc/linux/Documentation/networking/
H A Dfilter.rst277 9 #k,Lt Jump to Lt if predicate is true
278 10 x/%x,Lt Jump to Lt if predicate is true
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt120 …ags describing a SIMD operation. "e" for empty Arm SVE predicate. "p" for partial Arm SVE predicate
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst233 output predicate register P0
235 input predicate register in P0
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dext.idef1722 …",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CVI,A_CVI_VA), DESCR" greater than with predicate-and", \
1724 … ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CVI,A_CVI_VA), DESCR" greater than with predicate-or", \
1726 …",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CVI,A_CVI_VA), DESCR" greater than with predicate-xor", \
1733 …YPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CVI,A_CVI_VA), DESCR" equalto with predicate-and", \
1735 …TYPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CVI,A_CVI_VA), DESCR" equalto with predicate-or", \
1737 …YPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CVI,A_CVI_VA), DESCR" equalto with predicate-xor", \
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst1003 is a predicate, the function should return a "succeeded" boolean.
1007 a predicate, and the pci_dev_present() function returns 1 if it succeeds in
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst115 may use this predicate:
/openbmc/linux/Documentation/trace/
H A Devents.rst169 combined using the logical operators '&&' and '||'. A predicate is
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S16264 # This routine checks which conditional predicate is specified by #
16266 # for that predicate. The corresponding fbcc instruction is then used #
16272 # enabled BSUN should not be flagged and the predicate is true, then #
16282 mov.w EXC_CMDREG(%a6),%d0 # fetch predicate
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst1810 filesystem should call the ``static_branch_unlikely`` predicate to avoid the
3577 The scan coordinator has a helper predicate (``xchk_iscan_want_live_update``)

12