Home
last modified time | relevance | path

Searched refs:Arm32Assembler (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32.cc28 bool Arm32Assembler::ShifterOperandCanHoldArm32(uint32_t immediate, ShifterOperand* shifter_op) { in ShifterOperandCanHoldArm32()
51 bool Arm32Assembler::ShifterOperandCanHold(Register rd ATTRIBUTE_UNUSED, in ShifterOperandCanHold()
59 void Arm32Assembler::and_(Register rd, Register rn, const ShifterOperand& so, in and_()
65 void Arm32Assembler::eor(Register rd, Register rn, const ShifterOperand& so, in eor()
71 void Arm32Assembler::sub(Register rd, Register rn, const ShifterOperand& so, in sub()
76 void Arm32Assembler::rsb(Register rd, Register rn, const ShifterOperand& so, in rsb()
81 void Arm32Assembler::rsbs(Register rd, Register rn, const ShifterOperand& so, in rsbs()
87 void Arm32Assembler::add(Register rd, Register rn, const ShifterOperand& so, in add()
93 void Arm32Assembler::adds(Register rd, Register rn, const ShifterOperand& so, in adds()
99 void Arm32Assembler::subs(Register rd, Register rn, const ShifterOperand& so, in subs()
[all …]
Dassembler_arm32_test.cc43 class AssemblerArm32Test : public AssemblerArmTest<arm::Arm32Assembler,
401 std::function<void(T1, T2)> GetBoundFunction2(void (arm::Arm32Assembler::*f)(T1, T2)) { in GetBoundFunction2()
406 std::function<void(T1, T2, T3)> GetBoundFunction3(void (arm::Arm32Assembler::*f)(T1, T2, T3)) { in GetBoundFunction3()
412 void (arm::Arm32Assembler::*f)(T1, T2, T3, T4)) { in GetBoundFunction4()
418 void (arm::Arm32Assembler::*f)(T1, T2, T3, T4, T5)) { in GetBoundFunction5()
438 void T2Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T2Helper()
444 void T3Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T3Helper()
450 void T4Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T4Helper()
456 void T5Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T5Helper()
535 DriverStr(RepeatRRiiC(&arm::Arm32Assembler::sbfx, immediates, in TEST_F()
[all …]
Dassembler_arm32.h31 class Arm32Assembler FINAL : public ArmAssembler {
33 Arm32Assembler() { in Arm32Assembler() function
35 virtual ~Arm32Assembler() {} in ~Arm32Assembler()
Dassembler_arm.h33 class Arm32Assembler; variable
123 friend class Arm32Assembler; variable
/art/compiler/utils/
Dassembler.cc115 return new arm::Arm32Assembler(); in Create()
Dassembler.h42 class Arm32Assembler; variable
123 friend class arm::Arm32Assembler;