Searched refs:SRLV (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/main/none/tests/mips64/ |
D | shift_instructions.c | 10 SRA, SRAV, SRL, SRLV enumerator 18 for (op = DROTR; op <= SRLV; op++) { in main() 196 case SRLV: in main()
|
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/ |
D | memcpy.S | 115 #define SRLV dsrlv macro 151 #define SRLV srlv macro 168 #define SHIFT_DISCARD SRLV
|
/external/chromium_org/v8/src/mips/ |
D | constants-mips.cc | 228 case SRLV: in InstructionType()
|
D | constants-mips.h | 323 SRLV = ((0 << 3) + 6), enumerator
|
D | disasm-mips.cc | 639 case SRLV: in DecodeTypeRegister()
|
D | assembler-mips.cc | 1296 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv() 1325 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
|
D | simulator-mips.cc | 1797 case SRLV: in ConfigureTypeRegister()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1111 def SRLV : MMRel, shift_rotate_reg<"srlv", GPR32Opnd, II_SRLV, srl>, 1510 (SRLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
|
D | MipsISelLowering.cpp | 1214 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicBinaryPartword() 1436 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicCmpSwapPartword()
|
D | Mips16InstrInfo.td | 1252 // Format: SRLV ry, rx MIPS16e
|
/external/valgrind/main/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32-LE | 922 SRLV
|
D | MIPS32int.stdout.exp-mips32-BE | 922 SRLV
|
D | MIPS32int.stdout.exp-mips32r2-BE | 1400 SRLV
|
D | MIPS32int.stdout.exp-mips32r2-LE | 1400 SRLV
|