/external/lldb/scripts/Python/interface/ |
SBInstruction.i | 96 __swig_getmethods__["is_branch"] = DoesBranch 97 if _newclass: is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value that indicates if this instruction is a branch instruction.''')
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_info.h | 77 unsigned is_branch:1; member in struct:tgsi_opcode_info
|
tgsi_text.c | 983 if (info->is_branch && *cur == ':') { [all...] |
/art/compiler/dex/quick/mips/ |
assemble_mips.cc | 111 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | NEEDS_FIXUP, 115 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR | 119 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01 | 123 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 | 127 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 | 131 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 | 135 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 | 139 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 | 143 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 | 147 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01 [all...] |
/art/compiler/dex/quick/arm64/ |
assemble_arm64.cc | 156 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES | 161 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR, 165 kFmtUnused, -1, -1, IS_UNARY_OP | REG_USE0 | IS_BRANCH, 169 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR | NEEDS_FIXUP, 173 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH, 177 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | NEEDS_FIXUP, 182 IS_BINARY_OP | REG_USE0 | IS_BRANCH | NEEDS_FIXUP, 187 IS_BINARY_OP | REG_USE0 | IS_BRANCH | NEEDS_FIXUP, 505 kFmtUnused, -1, -1, NO_OPERAND | IS_BRANCH, [all...] |
/art/compiler/dex/quick/arm/ |
assemble_arm.cc | 147 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES | 151 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | NEEDS_FIXUP, 160 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH, 164 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR | 168 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR | 172 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR | NEEDS_FIXUP, 176 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR | NEEDS_FIXUP, 181 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR, 185 kFmtUnused, -1, -1, IS_UNARY_OP | REG_USE0 | IS_BRANCH, 408 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH, [all...] |
/art/compiler/dex/quick/ |
mir_to_lir-inl.h | 210 if (flags & IS_BRANCH) {
|
local_optimizations.cc | 53 (flags & IS_BRANCH) || \
|
mir_to_lir.h | 46 #define IS_BRANCH (1ULL << kIsBranch) [all...] |
/art/compiler/dex/quick/x86/ |
assemble_x86.cc | 33 { kX86Bkpt, kNullary, NO_OPERAND | IS_BRANCH, { 0, 0, 0xCC, 0, 0, 0, 0, 0, false }, "int 3", "" }, [all...] |
/external/lldb/www/python_reference/ |
lldb.SBInstruction-class.html | 67 <area shape="rect" id="node23" href="lldb.SBInstruction-class.html#is_branch" title="A read only property that returns a boolean value that indicates if this  instruction is a branch instruction." alt="" coords="17,105,197,124"/> 665 <a href="lldb.SBInstruction-class.html#is_branch" class="summary-name">is_branch</a><br /> [all...] |
identifier-index-I.html | 245 <td width="33%" class="link-index"><a href="lldb.SBInstruction-class.html#is_branch">is_branch</a><br />
|
api-objects.txt | [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | [all...] |