/external/v8/src/arm64/ |
macro-assembler-arm64.cc | 145 DCHECK(operand.shift_amount() <= 4); 150 operand.shift_amount()); 258 } else if (operand.IsShiftedRegister() && (operand.shift_amount() != 0)) { 262 EmitShift(dst, operand.reg(), operand.shift(), operand.shift_amount()); 268 operand.shift_amount()); 311 operand.shift_amount()); 360 } else if ((operand.IsShiftedRegister() && (operand.shift_amount() == 0)) || 402 } else if (operand.IsShiftedRegister() && (operand.shift_amount() == 0)) { 531 } else if (operand.IsShiftedRegister() && (operand.shift_amount() != 0)) { 535 DCHECK(is_uintn(operand.shift_amount(), [all...] |
simulator-arm64.cc | 1418 unsigned shift_amount = instr->ImmDPShift(); local 1465 unsigned shift_amount = instr->ImmDPShift(); local 1580 unsigned shift_amount = instr->ImmShiftLS() * instr->SizeLS(); local [all...] |
/external/v8/src/arm/ |
disasm-arm.cc | 192 int shift_amount = instr->ShiftAmountValue(); local 197 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) { 203 if ((shift == ROR) && (shift_amount == 0)) { 206 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) { 207 shift_amount = 32; 212 shift_amount); [all...] |
/art/compiler/optimizing/ |
constant_folding.cc | 135 // SHL dst, 0, shift_amount
|
code_generator_arm64.cc | 1906 int64_t shift_amount = instruction->GetShiftAmount() & local [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki.h | 402 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
|
/external/libnfc-nci/src/gki/common/ |
gki.h | 404 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-asm.c | 1098 uint32_t shift_amount; local 1117 value >>= shift_amount; local [all...] |
aarch64-opc.c | 876 If SHIFT_AMOUNT is not NULL, on the return of TRUE, the logical left shift 877 amount will be returned in *SHIFT_AMOUNT. */ 880 aarch64_wide_constant_p (int64_t value, int is32, unsigned int *shift_amount) 915 if (shift_amount != NULL) 916 *shift_amount = amount; [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | [all...] |
/external/libnfc-nci/src/nfc/ndef/ |
ndef_utils.c | 43 static void shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) 46 register UINT8 *pd = ps + shift_amount; [all...] |
/external/valgrind/VEX/priv/ |
guest_s390_toIR.c | 7638 IRTemp shift_amount = newTemp(Ity_I64); local 7680 IRTemp shift_amount = newTemp(Ity_I64); local 7702 IRTemp shift_amount = newTemp(Ity_I64); local 7724 IRTemp shift_amount = newTemp(Ity_I64); local 12892 IRTemp shift_amount = newTemp(Ity_I8); local [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-arm64.cc | 2155 LOperand* shift_amount = UseConstant(hshift->right()); local [all...] |