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

  /external/pcre/dist/sljit/
sljitNativeARM_32.c 71 INST_NAME - CONDITIONAL remove this flag. */
73 #define CONDITIONAL 0xe0000000
414 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
421 *code_ptr = (B - CONDITIONAL) | (*code_ptr & COND_MASK);
439 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
459 inst[0] = (mov_pc & COND_MASK) | (B - CONDITIONAL) | (diff & 0xffffff);
464 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 351 milliseconds