| /art/compiler/debug/dwarf/ |
| D | dwarf_test.cc | 35 const bool is64bit = false; in TEST_F() local 137 constexpr bool is64bit = true; in TEST_F() local 156 constexpr bool is64bit = true; in TEST_F() local 190 const bool is64bit = false; in TEST_F() local 250 const bool is64bit = false; in TEST_F() local 287 constexpr bool is64bit = false; in TEST_F() local
|
| D | dwarf_test.h | 110 std::vector<std::string> Objdump(bool is64bit, const char* args) { in Objdump() 119 void CheckObjdumpOutput(bool is64bit, const char* args) { in CheckObjdumpOutput()
|
| D | headers.h | 41 void WriteCIE(bool is64bit, in WriteCIE() 80 void WriteFDE(bool is64bit, in WriteFDE()
|
| /art/disassembler/ |
| D | disassembler_mips.h | 29 DisassemblerMips(DisassemblerOptions* options, bool is64bit) in DisassemblerMips()
|
| /art/compiler/debug/ |
| D | elf_debug_frame_writer.h | 38 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE() local 215 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection() local
|
| D | elf_debug_line_writer.h | 56 const bool is64bit = Is64BitInstructionSet(builder_->GetIsa()); in WriteCompilationUnit() local
|
| D | elf_debug_loc_writer.h | 204 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry() local
|
| /art/compiler/ |
| D | cfi_test.h | 49 constexpr bool is64bit = false; in GenerateExpected() local
|
| /art/compiler/optimizing/ |
| D | intrinsics_mips64.cc | 149 static void MoveFPToInt(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) { in MoveFPToInt() 186 static void MoveIntToFP(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) { in MoveIntToFP() 276 bool is64bit, in GenNumberOfLeadingZeroes() 307 bool is64bit, in GenNumberOfTrailingZeroes() 388 static void MathAbsFP(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) { in MathAbsFP() 425 static void GenAbsInteger(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) { in GenAbsInteger() 1663 bool is64bit, in GenIsInfinite()
|
| D | intrinsics_mips.cc | 160 static void MoveFPToInt(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) { in MoveFPToInt() 202 static void MoveIntToFP(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) { in MoveIntToFP() 443 bool is64bit, in GenNumberOfLeadingZeroes() 491 bool is64bit, in GenNumberOfTrailingZeroes() 748 static void MathAbsFP(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) { in MathAbsFP() 777 static void GenAbsInteger(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) { in GenAbsInteger()
|
| D | intrinsics_x86.cc | 88 static void CreateFPToIntLocations(ArenaAllocator* arena, HInvoke* invoke, bool is64bit) { in CreateFPToIntLocations() 99 static void CreateIntToFPLocations(ArenaAllocator* arena, HInvoke* invoke, bool is64bit) { in CreateIntToFPLocations() 111 static void MoveFPToInt(LocationSummary* locations, bool is64bit, X86Assembler* assembler) { in MoveFPToInt() 126 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86Assembler* assembler) { in MoveIntToFP() 274 bool is64bit, in MathAbsFP()
|
| D | intrinsics_arm.cc | 84 static void MoveFPToInt(LocationSummary* locations, bool is64bit, ArmAssembler* assembler) { in MoveFPToInt() 96 static void MoveIntToFP(LocationSummary* locations, bool is64bit, ArmAssembler* assembler) { in MoveIntToFP() 243 static void MathAbsFP(LocationSummary* locations, bool is64bit, ArmAssembler* assembler) { in MathAbsFP() 282 bool is64bit, in GenAbsInteger()
|
| D | intrinsics_arm64.cc | 185 static void MoveFPToInt(LocationSummary* locations, bool is64bit, vixl::MacroAssembler* masm) { in MoveFPToInt() 192 static void MoveIntToFP(LocationSummary* locations, bool is64bit, vixl::MacroAssembler* masm) { in MoveIntToFP() 412 static void MathAbsFP(LocationSummary* locations, bool is64bit, vixl::MacroAssembler* masm) { in MathAbsFP() 447 bool is64bit, in GenAbsInteger()
|
| D | intrinsics_x86_64.cc | 98 static void MoveFPToInt(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { in MoveFPToInt() 104 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { in MoveIntToFP() 208 bool is64bit, in MathAbsFP() 253 static void GenAbsInteger(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { in GenAbsInteger()
|
| D | code_generator_mips64.cc | 2242 bool is64bit, in GenerateIntLongCompare() 2377 bool is64bit, in GenerateIntLongCompareAndBranch()
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 217 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit) { in cmov() 226 void X86_64Assembler::cmov(Condition c, CpuRegister dst, const Address& src, bool is64bit) { in cmov() 443 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src, bool is64bit) { in movd() 452 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src, bool is64bit) { in movd() 678 void X86_64Assembler::cvtsi2ss(XmmRegister dst, CpuRegister src, bool is64bit) { in cvtsi2ss() 693 void X86_64Assembler::cvtsi2ss(XmmRegister dst, const Address& src, bool is64bit) { in cvtsi2ss() 713 void X86_64Assembler::cvtsi2sd(XmmRegister dst, CpuRegister src, bool is64bit) { in cvtsi2sd() 728 void X86_64Assembler::cvtsi2sd(XmmRegister dst, const Address& src, bool is64bit) { in cvtsi2sd() 788 void X86_64Assembler::cvttss2si(CpuRegister dst, XmmRegister src, bool is64bit) { in cvttss2si() 808 void X86_64Assembler::cvttsd2si(CpuRegister dst, XmmRegister src, bool is64bit) { in cvttsd2si()
|