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

  /art/compiler/dex/
reg_storage.h 145 constexpr bool Is32Bit() const {
195 static constexpr bool Is32Bit(uint16_t reg) {
273 DCHECK(low.Is32Bit());
275 DCHECK(high.Is32Bit());
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 84 bool Is32Bit;
X86RecognizableInstr.cpp 217 Is32Bit = false;
224 Is32Bit = true;
859 UID, Is32Bit, IgnoresVEX_L);
865 UID, Is32Bit, IgnoresVEX_L);
    [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 288 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
307 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
utility_arm64.cc     [all...]
int_arm64.cc 141 if (t_reg2.Is32Bit()) {
766 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/arm/
utility_arm.cc 860 bool all_low = r_dest.Is32Bit() && r_base.Low8() && r_dest.Low8();
1002 bool all_low = r_src.Is32Bit() && r_base.Low8() && r_src.Low8();
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 394 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 64 static bool is32Bit(EVT VT) {
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 200 milliseconds