OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_reg
(Results
26 - 29
of
29
) sorted by null
1
2
/art/compiler/dex/
local_value_numbering.cc
1180
int
base_reg
= (opcode == Instruction::IPUT_WIDE) ? 2 : 1;
local
[
all
...]
/art/compiler/dex/quick/arm64/
int_arm64.cc
288
RegStorage
base_reg
, int offset, int check_value,
296
Load32Disp(
base_reg
, offset, temp_reg);
[
all
...]
/external/chromium_org/v8/src/x64/
assembler-x64.cc
158
int
base_reg
= (has_sib ? operand.buf_[1] : modrm) & 0x07;
161
bool is_baseless = (mode == 0) && (
base_reg
== 0x05); // No base or RIP base.
181
} else if (disp_value != 0 || (
base_reg
== 0x05)) {
[
all
...]
/art/compiler/dex/quick/
mir_to_lir.h
[
all
...]
Completed in 270 milliseconds
1
2