HomeSort by relevance Sort by last modified time
    Searched refs:RsValue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/src/mips/
disasm-mips.cc 144 int reg = instr->RsValue();
168 int freg = instr->RsValue();
302 int reg = instr->RsValue();
645 if (instr->RsValue() == 0) {
751 if (0 == instr->RsValue()) {
    [all...]
constants-mips.h 777 inline int RsValue() const {
880 return RsValue();
simulator-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
disasm-mips64.cc 145 int reg = instr->RsValue();
169 int freg = instr->RsValue();
303 int reg = instr->RsValue();
690 if (instr->RsValue() == 0) {
701 if (instr->RsValue() == 0) {
879 if (0 == instr->RsValue()) {
    [all...]
constants-mips64.h 791 inline int RsValue() const {
894 return RsValue();
simulator-mips64.cc     [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 216 int rs = instr->RsValue();
312 int reg = instr->RsValue();
    [all...]
constants-arm.h 563 inline int RsValue() const { return Bits(11, 8); }
simulator-arm.cc     [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 140 uint64_t RsValue;
430 regs[Rs] = test.RsValue;
471 int32_t lsb = test.RsValue;
    [all...]

Completed in 196 milliseconds