Home
last modified time | relevance | path

Searched +full:04 +full:- +full:aarch32 +full:- +full:all (Results 1 – 2 of 2) sorted by relevance

/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch32.yml1 # All ubuntu-22.04 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
5 ubuntu-22.04-aarch32-all:
10 - ubuntu_22.04
11 - aarch32
13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
16 - if: "$AARCH32_RUNNER_AVAILABLE"
20 - mkdir build
21 - cd build
22 - ../configure --cross-prefix=arm-linux-gnueabihf-
[all …]
/qemu/disas/
H A Dcapstone.c3 * SPDX-License-Identifier: GPL-2.0-or-later
8 #include "disas/dis-asm.h"
59 * re-open the target handle with a different arch for the target in order
60 * to handle AArch64 vs AArch32 mode switching.
64 cs_mode cap_mode = info->cap_mode; in cap_disas_start()
67 cap_mode += (info->endian == BFD_ENDIAN_BIG ? CS_MODE_BIG_ENDIAN in cap_disas_start()
70 err = cs_open(info->cap_arch, cap_mode, handle); in cap_disas_start()
78 switch (info->cap_arch) { in cap_disas_start()
108 fprintf_function print = info->fprintf_func; in cap_dump_insn_units()
109 FILE *stream = info->stream; in cap_dump_insn_units()
[all …]