/external/v8/test/mjsunit/asm/ |
D | word32ror.js | 24 var ror = (function Module(stdlib, foreign, heap) { function 26 function ror(x, y) { function
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 207 __ ror(edx, 1); in TEST() local 208 __ ror(edx, 6); in TEST() local 210 __ ror(Operand(ebx, ecx, times_4, 10000), 1); in TEST() local 211 __ ror(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
|
D | test-disasm-ia32.cc | 207 __ ror(edx, 1); in TEST() local 208 __ ror(edx, 6); in TEST() local 210 __ ror(Operand(ebx, ecx, times_4, 10000), 1); in TEST() local 211 __ ror(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 283 static uint32_t ror(uint32_t val, uint32_t N, uint32_t shift) in ror() function
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 32 ror, enumerator
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 205 static inline uint64_t ror(uint64_t elt, unsigned size) { in ror() function
|
/external/v8/src/x87/ |
D | assembler-x87.h | 744 void ror(Register dst, uint8_t imm8) { ror(Operand(dst), imm8); } in ror() function
|
D | assembler-x87.cc | 979 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror() function in v8::internal::Assembler
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 1275 void ror(const Register& rd, const Register& rs, unsigned shift) { in ror() function
|
/external/valgrind/coregrind/ |
D | m_transtab.c | 1367 UInt ror = 7; in HASH_TT() local
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.h | 1597 void ror(const Register& rd, const Register& rs, unsigned shift) { in ror() function
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 880 __ ror(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 752 void ror(Register dst, uint8_t imm8) { ror(Operand(dst), imm8); } in ror() function
|
D | assembler-ia32.cc | 1108 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror() function in v8::internal::Assembler
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 987 __ ror(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1410 __ ror(ToRegister(left), shift_count); in DoShiftI() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 1711 __ ror(ToRegister(left), shift_count); in DoShiftI() local
|