Searched refs:notBitB (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp33 int notBitB = (value & 0x40000000) >> 30; local
41 if ((notBitB != 0) || (bSmear != 0x1f))
44 if ((notBitB != 1) || (bSmear != 0x0))
675 int notBitB = (value & 0x40000000) >> 30; local
683 if ((notBitB != 0) || (bSmear != 0x1f))
686 if ((notBitB != 1) || (bSmear != 0x0))

Completed in 193 milliseconds