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

  /external/valgrind/main/none/tests/mips64/
shift_instructions.c 10 SRA, SRAV, SRL, SRLV
18 for (op = DROTR; op <= SRLV; op++) {
196 case SRLV:
197 TEST1("srlv $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
  /external/chromium_org/v8/src/mips/
constants-mips.cc 228 case SRLV:
constants-mips.h 323 SRLV = ((0 << 3) + 6),
assembler-mips.cc 1295 void Assembler::srlv(Register rd, Register rt, Register rs) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 115 #define SRLV dsrlv
151 #define SRLV srlv
168 #define SHIFT_DISCARD SRLV
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 316 void SRLV(int Rd, int Rt, int Rs);
MIPSAssembler.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 311 milliseconds