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

/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgenopcode.asm92 shr ax, 5 label
93 shr bx, 1 label
94 shr cx, cl label
/external/chromium_org/v8/src/compiler/
H A Dmachine-operator-reducer-unittest.cc452 Node* shr = graph()->NewNode( local
457 Node* node1 = graph()->NewNode(machine()->Word32Or(), shl, shr);
464 Node* node2 = graph()->NewNode(machine()->Word32Or(), shr, shl);
477 Node* shr = local
481 Node* node1 = graph()->NewNode(machine()->Word32Or(), shl, shr);
489 Node* node2 = graph()->NewNode(machine()->Word32Or(), shr, shl);
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js60 function shr(a,b) { function
194 return or(shl(a, n),(shr(a,(32 - n))));
332 index = and(shr(count[0],3) , 0x3f);
353        bits[i] = and(shr(count[0],(i * 8)), 0xff);
357        bits[i+4]=and(shr(count[1],(i * 8)), 0xff);
360 index = and(shr(count[0], 3) ,0x3f);
372         digestBits[i*4+j] = and(shr(state[i], (j * 8)) , 0xff);
/external/qemu/target-arm/
H A Dop_helper.c384 uint32_t HELPER(shr)(uint32_t x, uint32_t i) function
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc1004 void Assembler::shr(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc1071 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/main/VEX/priv/
H A Dguest_x86_toIR.c1240 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
5709 Bool shl, shr, sar; local
5733 shl = shr = sar = False;
5739 case Iop_ShrN16x4: shr = True; size = 16; break;
5740 case Iop_ShrN32x2: shr = True; size = 32; break;
5741 case Iop_Shr64: shr = True; size = 64; break;
5747 if (shl || shr) {
5782 Bool shl, shr, sar; local
5798 shl = shr = sar = False;
5806 case Iop_ShrN16x4: shr
7402 Bool shl, shr, sar; local
7473 Bool shl, shr, sar; local
[all...]
H A Dguest_amd64_toIR.c2120 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
7193 Bool shl, shr, sar; local
7217 shl = shr = sar = False;
7223 case Iop_ShrN16x4: shr = True; size = 16; break;
7224 case Iop_ShrN32x2: shr = True; size = 32; break;
7225 case Iop_Shr64: shr = True; size = 64; break;
7231 if (shl || shr) {
7265 Bool shl, shr, sar; local
7281 shl = shr = sar = False;
7289 case Iop_ShrN16x4: shr
9203 Bool shl, shr, sar; local
9274 Bool shl, shr, sar; local
22210 Bool shl, shr, sar; local
22284 Bool shl, shr, sar; local
22467 Bool shl, shr, sar; local
22524 Bool shl, shr, sar; local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.cc10140 HShr* shr; local
10143 shr = HShr::cast(right);
10146 shr = HShr::cast(left);
10150 if (shl->left() != shr->left()) return false;
10152 if (!ShiftAmountsAllowReplaceByRotate(shl->right(), shr->right()) &&
10153 !ShiftAmountsAllowReplaceByRotate(shr->right(), shl->right())) {
10156 *operand= shr->left();
10157 *shift_amount = shr->right();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2002 milliseconds