Searched defs:shll (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
D | gas-shift.asm | 9 shll $1, %eax label 10 shll $5, %eax label 11 shll %cl, %eax label 12 shll %eax label
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.cc | 1423 __ shll(left, Immediate(2)); in DoMulI() local 1429 __ shll(left, Immediate(3)); in DoMulI() local 1435 __ shll(left, Immediate(4)); in DoMulI() local 1653 __ shll(ToRegister(left), Immediate(shift_count - 1)); in DoShiftI() local 1658 __ shll(ToRegister(left), Immediate(shift_count)); in DoShiftI() local 1662 __ shll(ToRegister(left), Immediate(shift_count)); in DoShiftI() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_gas.gperf | 1218 shll, shift_insn, 16, SUF_L, 0x04, 0, 0, 0, CPU_386, 0, 0 keyword
|