Home
last modified time | relevance | path

Searched refs:REG_USEB (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
Dassemble_x86.cc521 …, IS_STORE | IS_BINARY_OP | REG_USE0 | REG_DEFAD_USEAD | REG_USEC | REG_USEB | SETS_CCODES, { …
522 …ray, IS_STORE | IS_QUAD_OP | REG_USE01 | REG_DEFAD_USEAD | REG_USEC | REG_USEB | SETS_CCODES, {…
Dtarget_x86.cc310 if (flags & REG_USEB) { in SetupTargetResourceMasks()
/art/compiler/dex/quick/
Dmir_to_lir.h78 #define REG_USEB (1ULL << kRegUseB) macro