Home
last modified time | relevance | path

Searched defs:is_branch (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/OpenCSD/decoder/source/i_dec/
H A Dtrc_idec_arminst.cpp188 int is_branch = 1; in inst_Thumb_is_indirect_branch_link() local
468 int is_branch = 1; in inst_ARM_is_branch_and_link() local
490 int is_branch = 1; in inst_Thumb_is_branch_and_link() local
505 int is_branch = 1; in inst_A64_is_branch_and_link() local
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c89 bool is_branch = q->compact_branch; in midgard_opt_copy_prop() local
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h77 unsigned is_branch:1; member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h79 unsigned is_branch:1; member
/aosp_15_r20/external/capstone/contrib/objdump/
H A Dobjdump-m68k.py353 def is_branch(insn): function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp486 const bool is_branch = in collect_preasm_stats() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs6256 pub fn is_branch(&self) -> bool { in is_branch() method
6569 pub fn is_branch(&self) -> bool { in is_branch() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/
D__init__.py6719is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th… variable in SBInstruction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/
D__init__.py6677is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th… variable in SBInstruction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/
D__init__.py6746is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th… variable in SBInstruction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/
D__init__.py6719is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th… variable in SBInstruction
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h20330 bool is_branch; member