OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instr_2
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/s390/
assembler-s390-inl.h
468
SixByteInstr
instr_2
= Instruction::InstructionBits(
local
473
((
instr_2
& 0xFFFFFFFF)));
532
SixByteInstr
instr_2
= Instruction::InstructionBits(
local
545
instr_2
>>= 32;
546
instr_2
<<= 32;
547
instr_2
|= reinterpret_cast<uint64_t>(target) & 0xFFFFFFFF;
550
reinterpret_cast<byte*>(pc + instr1_length),
instr_2
);
/external/v8/src/arm/
assembler-arm.cc
[
all
...]
Completed in 826 milliseconds