OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instr_start
(Results
1 - 3
of
3
) sorted by null
/external/vixl/examples/aarch64/
non-const-visitor.cc
77
Instruction*
instr_start
= masm.GetLabelAddress<Instruction*>(&code_start);
local
81
RunNonConstVisitorTestGeneratedCode(
instr_start
);
97
for (instr =
instr_start
; instr < instr_end; instr += kInstructionSize) {
103
RunNonConstVisitorTestGeneratedCode(
instr_start
);
custom-disassembler.cc
144
Instruction*
instr_start
= masm.GetLabelAddress<Instruction*>(&code_start);
local
157
// custom_disasm.MapCodeAddress(0x0,
instr_start
+ 2 * kInstructionSize);
161
custom_disasm.MapCodeAddress(-0x8,
instr_start
);
165
for (instr =
instr_start
; instr < instr_end; instr += kInstructionSize) {
/external/vixl/test/aarch64/examples/
test-examples.cc
573
Instruction*
instr_start
= masm.GetLabelAddress<Instruction*>(&code_start);
local
576
int64_t res_orig = RunNonConstVisitorTestGeneratedCode(
instr_start
);
578
ModifyNonConstVisitorTestGeneratedCode(
instr_start
, instr_end);
580
int64_t res_mod = RunNonConstVisitorTestGeneratedCode(
instr_start
);
Completed in 212 milliseconds