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

  /art/compiler/dex/
reg_storage.h 146 constexpr bool Is32Bit() const {
196 static constexpr bool Is32Bit(uint16_t reg) {
274 DCHECK(low.Is32Bit());
276 DCHECK(high.Is32Bit());
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 86 bool Is32Bit;
X86RecognizableInstr.cpp 235 Is32Bit = false;
242 Is32Bit = true;
898 UID, Is32Bit, IgnoresVEX_L, AddressSize);
904 UID, Is32Bit, IgnoresVEX_L, AddressSize);
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 83 bool Is32Bit() const {
ELFHeader.cpp 114 const unsigned byte_size = Is32Bit() ? 4 : 8;
ObjectFileELF.cpp     [all...]
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 293 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
312 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
utility_arm64.cc     [all...]
int_arm64.cc 149 if (t_reg2.Is32Bit()) {
801 RegStorage r_tmp32 = (r_tmp.Is32Bit()) ? r_tmp : As32BitReg(r_tmp);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 190 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) {
192 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U);
  /art/compiler/dex/quick/mips/
codegen_mips.h 314 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
  /art/compiler/dex/quick/arm/
utility_arm.cc 916 bool all_low = r_dest.Is32Bit() && r_base.Low8() && r_dest.Low8();
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 413 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 65 static bool is32Bit(EVT VT) {
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 220 milliseconds