Home
last modified time | relevance | path

Searched refs:GetStartAddress (Results 1 - 25 of 74) sorted by relevance

123

/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h58 masm.GetBuffer()->GetStartAddress<Instruction*>(); \
73 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
74 uint32_t encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
95 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
96 uint32_t encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
114 masm.GetBuffer()->GetStartAddress<Instruction*>(); \
H A Dtest-assembler-aarch64.h202 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>())
260 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
283 Instruction* infra_start = buffer->GetStartAddress<Instruction*>(); \
H A Dtest-debugger-aarch64.h81 Instruction* start = masm.GetBuffer()->GetStartAddress<Instruction*>(); \
H A Dtest-simulator-aarch64.cc101 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
133 decoder.Decode(buffer->GetStartAddress<Instruction*>(), \
138 ExecuteMemory(buffer->GetStartAddress<byte*>(), \
161 Instruction* start = buffer->GetStartAddress<Instruction*>(); \
5033 return masm->GetBuffer()->GetStartAddress<Instruction*>(); in GenerateStoreZero()
5057 return masm->GetBuffer()->GetStartAddress<Instruction*>(); in GenerateStoreInput()
5081 return masm->GetBuffer()->GetStartAddress<Instruction*>(); in GeneratePow()
5108 return masm->GetBuffer()->GetStartAddress<Instruction*>(); in GenerateSum()
/third_party/vixl/test/
H A Dtest-code-buffer.cc64 buffer.GetStartAddress<uintptr_t>()); in TestDefaultsHelper()
161 VIXL_CHECK(memcmp(buffer.GetStartAddress<const void*>(), in TEST()
/third_party/vixl/examples/aarch32/
H A Dabs.cc58 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
H A Dgetting-started.cc59 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
H A Dpi.cc97 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
H A Dmandelbrot.cc210 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-mixed-disasm.cc69 masm.GetBuffer()->GetStartAddress<const Instruction*>(); in main()
H A Dbench-mixed-sim.cc72 masm.GetBuffer()->GetStartAddress<const Instruction*>(); in main()
/third_party/vixl/examples/aarch64/
H A Dgetting-started.cc65 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
H A Ddisasm.cc125 const Instruction* start = buffer.GetStartAddress<Instruction*>(); in main()
H A Dliteral.cc70 memcpy(code, masm.GetBuffer()->GetStartAddress<void*>(), code_size); in LiteralExample()
/third_party/vixl/src/
H A Dassembler-base-vixl.h106 VIXL_DEPRECATED("GetBuffer().GetStartAddress<T>()",
107 T GetStartAddress() const) {
H A Dcode-buffer-vixl.h105 T GetStartAddress() const { in GetStartAddress() function in vixl::CodeBuffer
H A Dpool-manager-impl.h48 ->GetStartAddress<uintptr_t>(), in Emit()
/third_party/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc661 dis.DisassembleT32Buffer(masm.GetBuffer()->GetStartAddress<uint16_t*>(), in TestHelper()
664 dis.DisassembleA32Buffer(masm.GetBuffer()->GetStartAddress<uint32_t*>(), in TestHelper()
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc619 dis.DisassembleT32Buffer(masm.GetBuffer()->GetStartAddress<uint16_t*>(), in TestHelper()
622 dis.DisassembleA32Buffer(masm.GetBuffer()->GetStartAddress<uint32_t*>(), in TestHelper()
H A Dtest-macro-assembler-cond-rd-rn-t32.cc661 dis.DisassembleT32Buffer(masm.GetBuffer()->GetStartAddress<uint16_t*>(), in TestHelper()
664 dis.DisassembleA32Buffer(masm.GetBuffer()->GetStartAddress<uint32_t*>(), in TestHelper()
H A Dtest-simulator-cond-rd-operand-const-a32.cc103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
H A Dtest-simulator-cond-rd-operand-const-t32.cc103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
H A Dtest-simulator-cond-rd-operand-rn-a32.cc103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
H A Dtest-simulator-cond-rd-operand-rn-t32.cc103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \

Completed in 23 milliseconds

123