Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dconstants_arm.h260 int Bit(int nr) const { in Bit() argument
261 return (InstructionBits() >> nr) & 1; in Bit()