Home
last modified time | relevance | path

Searched refs:cc_names (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc334 static const char* cc_names[] = {"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc", variable
473 strcpy(tbuf, cc_names[operand]); in BuildInsnString()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc348 const char* cc_names[] = {"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc", variable
448 strcpy(tbuf, cc_names[operand]); in BuildInsnString()