Searched refs:Match (Results 1 – 12 of 12) sorted by relevance
/qemu/tests/tcg/plugins/ |
H A D | insn.c | 35 } 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 D | patching.py | 8 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 D | qom_type_info.py | 33 match: Optional[Match]
|
/qemu/scripts/qapi/ |
H A D | common.py | 18 Match, 254 def must_match(pattern: str, string: str) -> Match[str]:
|
H A D | parser.py | 26 Match, 436 def _match_at_name_colon(string: str) -> Optional[Match[str]]:
|
/qemu/docs/system/ |
H A D | target-rx.rst | 14 - Compare Match Timer x 2CH (CMT0,1)
|
/qemu/scripts/ |
H A D | python_qmp_updater.py | 34 padding: str, res: str) -> Optional[re.Match[str]]:
|
/qemu/scripts/coccinelle/ |
H A D | errp-guard.cocci | 166 // Match functions with propagation of local error to errp.
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 159 /* 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 D | sve.decode | 1547 ### SVE2 Character Match
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 3034 /* Match riscv_lg2_vlenb to TCG_TYPE_V64. */
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 561 /* Match if all the bits are 1's, or if c is zero. */
|