OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instr_index
(Results
1 - 7
of
7
) sorted by null
/external/v8/test/unittests/compiler/
register-allocator-unittest.cc
50
int GetParallelMoveCount(int
instr_index
, Instruction::GapPosition gap_pos,
53
sequence->InstructionAt(
instr_index
)->GetParallelMove(gap_pos);
59
bool IsParallelMovePresent(int
instr_index
, Instruction::GapPosition gap_pos,
64
sequence->InstructionAt(
instr_index
)->GetParallelMove(gap_pos);
/external/v8/src/compiler/
register-allocator-verifier.cc
686
for (int
instr_index
= block->code_start();
instr_index
< block->code_end();
687
++
instr_index
) {
688
const auto& instr_constraint = constraints_[
instr_index
];
register-allocator.cc
1642
range->RecordSpillLocation(allocation_zone(),
instr_index
+ 1,
local
[
all
...]
/art/disassembler/
disassembler_mips.cc
484
uint32_t
instr_index
= (instruction & 0x1ffffff);
local
485
uint32_t target = (
instr_index
<< 2);
/external/v8/test/cctest/
test-disasm-mips.cc
136
int
instr_index
= (target >> 2) & kImm26Mask; \
141
(
instr_index
<< 2))); \
[
all
...]
test-disasm-mips64.cc
136
int
instr_index
= (target >> 2) & kImm26Mask; \
141
(
instr_index
<< 2))); \
[
all
...]
/external/valgrind/VEX/priv/
guest_mips_toIR.c
12035
trap_code, imm,
instr_index
, p, msb, lsb, size, rot, sel;
local
[
all
...]
Completed in 196 milliseconds