OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ror
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/cctest/
test-assembler-mips.cc
653
// ROTR instruction (called through the
Ror
macro).
654
__
Ror
(t1, t0, 0x0004);
655
__
Ror
(t2, t0, 0x0008);
656
__
Ror
(t3, t0, 0x000c);
657
__
Ror
(t4, t0, 0x0010);
658
__
Ror
(t5, t0, 0x0014);
659
__
Ror
(t6, t0, 0x0018);
660
__
Ror
(t7, t0, 0x001c);
671
// ROTRV instruction (called through the
Ror
macro).
673
__
Ror
(t1, t0, t7)
[
all
...]
/external/v8/src/mips/
macro-assembler-mips.h
413
DEFINE_INSTRUCTION(
Ror
);
[
all
...]
macro-assembler-mips.cc
535
void MacroAssembler::
Ror
(Register rd, Register rs, const Operand& rt) {
[
all
...]
Completed in 2206 milliseconds