Searched defs:shr (Results 1 - 15 of 15) sorted by relevance

/external/libconstrainedcrypto/
H A Dsha256.c37 #define shr(value, bits) ((value) >> (bits)) macro
72 uint32_t s0 = ror(W[t-15], 7) ^ ror(W[t-15], 18) ^ shr(W[t-15], 3);
73 uint32_t s1 = ror(W[t-2], 17) ^ ror(W[t-2], 19) ^ shr(W[t-2], 10);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSampleDependencyTypeBox.java80 public void setSampleHasRedundancy(int shr) { argument
81 value = shr & 0x03 | value & 0xfc;
/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc1264 Node* shr = nullptr; local
1273 shr = m.right().node();
1276 shr = m.left().node();
1282 Int32BinopMatcher mshr(shr);
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp159 inline void srcAddr32(const ValueRef&, int pos, int shr);
187 CodeEmitterNVC0::srcAddr32(const ValueRef& src, int pos, int shr) argument
189 const uint32_t offset = SDATA(src).offset >> shr;
H A Dnv50_ir_emit_gm107.cpp286 CodeEmitterGM107::emitADDR(int gpr, int off, int len, int shr, argument
290 assert(!(v->reg.data.offset & ((1 << shr) - 1)));
293 emitField(off, len, v->reg.data.offset >> shr);
297 CodeEmitterGM107::emitCBUF(int buf, int gpr, int off, int len, int shr, argument
303 assert(!(s->reg.data.offset & ((1 << shr) - 1)));
308 emitField(off, 16, s->reg.data.offset >> shr);
/external/v8/src/x87/
H A Dassembler-x87.cc1057 void Assembler::shr(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/v8/src/ia32/
H A Dassembler-ia32.cc1186 void Assembler::shr(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/jarjar/lib/
H A Dasm-commons-4.0.jar ... NEG public static final int SHL public static final int SHR public static final int USHR public static final int AND ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1240 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
5711 Bool shl, shr, sar; local
5735 shl = shr = sar = False;
5741 case Iop_ShrN16x4: shr = True; size = 16; break;
5742 case Iop_ShrN32x2: shr = True; size = 32; break;
5743 case Iop_Shr64: shr = True; size = 64; break;
5749 if (shl || shr) {
5784 Bool shl, shr, sar; local
5800 shl = shr = sar = False;
5808 case Iop_ShrN16x4: shr
7413 Bool shl, shr, sar; local
7484 Bool shl, shr, sar; local
[all...]
H A Dguest_amd64_toIR.c2185 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
7331 Bool shl, shr, sar; local
7355 shl = shr = sar = False;
7361 case Iop_ShrN16x4: shr = True; size = 16; break;
7362 case Iop_ShrN32x2: shr = True; size = 32; break;
7363 case Iop_Shr64: shr = True; size = 64; break;
7369 if (shl || shr) {
7403 Bool shl, shr, sar; local
7419 shl = shr = sar = False;
7427 case Iop_ShrN16x4: shr
9425 Bool shl, shr, sar; local
9496 Bool shl, shr, sar; local
22899 Bool shl, shr, sar; local
22973 Bool shl, shr, sar; local
23156 Bool shl, shr, sar; local
23213 Bool shl, shr, sar; local
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen.cc10620 HShr* shr; local
10623 shr = HShr::cast(right);
10626 shr = HShr::cast(left);
10630 if (shl->left() != shr->left()) return false;
10632 if (!ShiftAmountsAllowReplaceByRotate(shl->right(), shr->right()) &&
10633 !ShiftAmountsAllowReplaceByRotate(shr->right(), shl->right())) {
10636 *operand = shr->left();
10637 *shift_amount = shr->right();
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 1024 milliseconds