Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 12 of 12) sorted by relevance

/qemu/tests/tcg/plugins/
H A Dinsn.c35 } Match; typedef
40 Match *match;
51 static Instruction * get_insn_record(const char *disas, uint64_t vaddr, Match *m) in get_insn_record()
111 Match *insn_match = insn->match; in vcpu_insn_matched_exec_before()
177 Match *m = &g_array_index(matches, Match, j); in vcpu_tb_trans()
220 Match *m = &g_array_index(matches, Match, i); in plugin_exit()
255 Match new_match = { in parse_match()
265 matches = g_array_new(false, true, sizeof(Match)); in qemu_plugin_install()
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py8 from typing import IO, Match, NamedTuple, Optional, Literal, Iterable, Type, Dict, List, Any, TypeV…
48 def __init__(self, f: 'FileInfo', m: Match) -> None: argument
50 self.match: Match[str] = m
171 def finditer(klass, content: str, pos=0, endpos=-1) -> Iterable[Match]:
178 def domatch(klass, content: str, pos=0, endpos=-1) -> Optional[Match]:
H A Dqom_type_info.py33 match: Optional[Match]
/qemu/scripts/qapi/
H A Dcommon.py18 Match,
254 def must_match(pattern: str, string: str) -> Match[str]:
H A Dparser.py26 Match,
436 def _match_at_name_colon(string: str) -> Optional[Match[str]]:
/qemu/docs/system/
H A Dtarget-rx.rst14 - Compare Match Timer x 2CH (CMT0,1)
/qemu/scripts/
H A Dpython_qmp_updater.py34 padding: str, res: str) -> Optional[re.Match[str]]:
/qemu/scripts/coccinelle/
H A Derrp-guard.cocci166 // Match functions with propagation of local error to errp.
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc159 /* Match a constant valid for addition (12-bit, optionally shifted). */
165 /* Match a constant valid for logical operations. */
169 the replication that can happen across the field. Match bit patterns
/qemu/target/arm/tcg/
H A Dsve.decode1547 ### SVE2 Character Match
/qemu/tcg/riscv/
H A Dtcg-target.c.inc3034 /* Match riscv_lg2_vlenb to TCG_TYPE_V64. */
/qemu/tcg/s390x/
H A Dtcg-target.c.inc561 /* Match if all the bits are 1's, or if c is zero. */