Searched refs:SRLV (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/none/tests/mips64/
H A Dshift_instructions.c10 SRA, SRAV, SRL, SRLV enumerator in enum:__anon33136
18 for (op = DROTR; op <= SRLV; op++) {
196 case SRLV:
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc228 case SRLV:
H A Dconstants-mips.h377 SRLV = ((0 << 3) + 6),
H A Dassembler-mips.cc1621 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV);
1650 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV;
H A Dsimulator-mips.cc1946 case SRLV:
1953 // This is special case od SRLV instruction, added in MIPS32
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc235 case SRLV:
H A Dconstants-mips64.h354 SRLV = ((0 << 3) + 6),
H A Dassembler-mips64.cc1685 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV);
1714 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV;
H A Dsimulator-mips64.cc2038 case SRLV:
2045 // This is special case od SRLV instruction, added in MIPS32
2058 // This is special case od SRLV instruction, added in MIPS32
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemcpy.S115 #define SRLV dsrlv define
151 #define SRLV srlv define
168 #define SHIFT_DISCARD SRLV
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_32.c332 EMIT_SHIFT(SRL, SRLV);
H A DsljitNativeMIPS_64.c427 EMIT_SHIFT(DSRL, DSRL32, SRL, DSRLV, SRLV);
H A DsljitNativeMIPS_common.c168 #define SRLV (HI(0) | LO(6)) macro
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1214 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes)
1436 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes)

Completed in 322 milliseconds