HomeSort by relevance Sort by last modified time
    Searched full:is_branch (Results 1 - 17 of 17) sorted by null

  /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.''')
  /art/compiler/dex/quick/mips/
assemble_mips.cc 107 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | NEEDS_FIXUP,
111 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR |
115 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01 |
119 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0 |
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_BINARY_OP | IS_BRANCH | REG_USE01
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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/arm64/
assemble_arm64.cc 146 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES |
151 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR,
155 kFmtUnused, -1, -1, IS_UNARY_OP | REG_USE0 | IS_BRANCH,
159 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
163 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | NEEDS_FIXUP,
168 IS_BINARY_OP | REG_USE0 | IS_BRANCH | NEEDS_FIXUP,
173 IS_BINARY_OP | REG_USE0 | IS_BRANCH | NEEDS_FIXUP,
483 kFmtUnused, -1, -1, NO_OPERAND | IS_BRANCH,
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 117 kFmtUnused, -1, -1, IS_TERTIARY_OP | IS_BRANCH | NEEDS_FIXUP,
144 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES |
148 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | NEEDS_FIXUP,
157 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
161 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR |
165 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR |
169 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR | NEEDS_FIXUP,
173 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR | NEEDS_FIXUP,
178 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR,
182 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
    [all...]
  /art/compiler/dex/quick/
mir_to_lir-inl.h 206 if (flags & IS_BRANCH) {
local_optimizations.cc 52 (flags & IS_BRANCH) || \
mir_to_lir.h 53 #define IS_BRANCH (1ULL << kIsBranch)
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 27 { 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 &#160;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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 651 milliseconds