HomeSort by relevance Sort by last modified time
    Searched refs:cc_names (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/arm/
target_arm.cc 347 const char* cc_names[] = {"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc", member in namespace:art
447 strcpy(tbuf, cc_names[operand]);
  /art/compiler/dex/quick/arm64/
target_arm64.cc 329 static const char* cc_names[] = {"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc", member in namespace:art
468 strcpy(tbuf, cc_names[operand]);
    [all...]

Completed in 748 milliseconds