HomeSort by relevance Sort by last modified time
    Searched refs:SLLV (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/
rt0_linux_mips64x.s 36 SLLV $32, RSB
sys_linux_mips64x.s 236 SLLV $32, RSB
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_mips64x.s 36 SLLV $32, RSB
sys_linux_mips64x.s 236 SLLV $32, RSB
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_mips64x.s 191 SLLV $3, R4
193 SLLV R4, R2
217 SLLV $3, R4
220 SLLV R4, R2
221 SLLV R4, R5
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_mips64x.s 191 SLLV $3, R4
193 SLLV R4, R2
217 SLLV $3, R4
220 SLLV R4, R2
221 SLLV R4, R5
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
anames.go 103 "SLLV",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
anames.go 103 "SLLV",
  /prebuilts/go/darwin-x86/src/runtime/cgo/
asm_mips64x.s 48 SLLV $32, RSB
  /prebuilts/go/linux-x86/src/runtime/cgo/
asm_mips64x.s 48 SLLV $32, RSB
  /external/valgrind/none/tests/mips64/
shift_instructions.c 9 ROTR, ROTRV, SLL, SLLV,
170 case SLLV:
171 TEST1("sllv $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
173 TEST1("sllv $s0, $s1, $s2", reg_val2[i], reg_val2[N-i-1],
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 195 {name: "SLLV", argLength: 2, reg: gp21, asm: "SLLV"}, // arg0 << arg1, shift amount is mod 64
196 {name: "SLLVconst", argLength: 1, reg: gp11, asm: "SLLV", aux: "Int64"}, // arg0 << auxInt
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 195 {name: "SLLV", argLength: 2, reg: gp21, asm: "SLLV"}, // arg0 << arg1, shift amount is mod 64
196 {name: "SLLVconst", argLength: 1, reg: gp11, asm: "SLLV", aux: "Int64"}, // arg0 << auxInt
  /external/v8/src/mips/
constants-mips.h 415 SLLV = ((0U << 3) + 4),
929 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 398 SLLV = ((0U << 3) + 4),
968 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(DSLLV) |
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 315 void SLLV(int Rd, int Rt, int Rs);
MIPSAssembler.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteMIPS64.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteMIPS64.go     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_32.c 328 EMIT_SHIFT(SLL, SLLV);
sljitNativeMIPS_64.c 423 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 1271 milliseconds

1 2