Searched refs:wm1 (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/mjsunit/es6/regress/ |
D | regress-2829.js | 29 var wm1 = new WeakMap(); 30 wm1.set(Object.prototype, 23); 31 assertTrue(wm1.has(Object.prototype)); 41 var wm1 = new WeakMap(); 43 wm1.set(o1, 23); 44 assertTrue(wm1.has(o1));
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 16380 UInt wm1 = (insn >> 16) & 0x1F; /* 20:16 */ in disInstr_ARM_WRK() local 16382 UInt msb = lsb + wm1; in disInstr_ARM_WRK() 16390 UInt mask = ((1 << wm1) - 1) + (1 << wm1); in disInstr_ARM_WRK() 16399 binop(Iop_Shl32, mkexpr(tmp), mkU8(31-wm1)), in disInstr_ARM_WRK() 16400 mkU8(31-wm1))); in disInstr_ARM_WRK() 16406 nCC(INSN_COND), rD, rN, lsb, wm1 + 1); in disInstr_ARM_WRK() 20817 UInt wm1 = INSN1(4,0); in disInstr_THUMB_WRK() local 20818 UInt msb = lsb + wm1; in disInstr_THUMB_WRK() 20824 UInt mask = ((1 << wm1) - 1) + (1 << wm1); in disInstr_THUMB_WRK() 20833 binop(Iop_Shl32, mkexpr(tmp), mkU8(31-wm1)), in disInstr_THUMB_WRK() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 188 !131 = !DILocalVariable(name: "wm1", line: 1770, scope: !114, file: !5, type: !20)
|