HomeSort by relevance Sort by last modified time
    Searched defs:kUnconditional (Results 1 - 3 of 3) sorted by null

  /external/vixl/test/aarch32/
test-simulator-cond-rdlow-rnlow-rmlow-t32.cc 180 static const Inputs kUnconditional[] =
    [all...]
test-assembler-aarch32.cc     [all...]
  /art/runtime/
dex_instruction.h 147 kUnconditional = 0x0000040, // unconditional branch
525 return (kInstructionFlags[Opcode()] & kUnconditional) != 0;

Completed in 219 milliseconds