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

  /art/compiler/utils/arm/
assembler_thumb2.h 36 force_32bit_(false),
52 return force_32bit_;
318 force_32bit_ = true;
423 bool force_32bit_; // Force the assembler to use 32 bit thumb2 instructions. member in class:art::arm::FINAL
assembler_thumb2.cc 155 if (rd == rm && !IsHighRegister(rd) && !IsHighRegister(rn) && !force_32bit_) {
618 if (force_32bit_) {
    [all...]

Completed in 1664 milliseconds