HomeSort by relevance Sort by last modified time
    Searched defs:imm (Results 101 - 125 of 272) sorted by null

1 2 3 45 6 7 8 91011

  /external/v8/src/arm64/
instrument-arm64.cc 267 unsigned imm = instr->ImmMoveWide(); local
268 HandleInstrumentationEvent(imm);
  /external/v8/src/compiler/
register-allocator-verifier.cc 154 const ImmediateOperand* imm = ImmediateOperand::cast(op); local
155 int value = imm->type() == ImmediateOperand::INLINE ? imm->inline_value()
156 : imm->indexed_value();
220 const ImmediateOperand* imm = ImmediateOperand::cast(op); local
221 int value = imm->type() == ImmediateOperand::INLINE
222 ? imm->inline_value()
223 : imm->indexed_value();
  /external/vixl/src/aarch64/
instructions-aarch64.cc 347 Instr imm = Assembler::ImmPCRelAddress(static_cast<int32_t>(imm21)); local
349 SetInstructionBits(Mask(~ImmPCRel_mask) | imm);
389 Instr imm = Assembler::ImmLLiteral(static_cast<int>(offset)); local
392 SetInstructionBits(Mask(~mask) | imm);
instrument-aarch64.cc 283 unsigned imm = instr->GetImmMoveWide(); local
284 HandleInstrumentationEvent(imm);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 174 final InputMethodManager imm = local
176 imm.hideSoftInputFromWindow(getView().getWindowToken(), 0);
223 InputMethodManager imm = (InputMethodManager) mAppContext.
225 imm.hideSoftInputFromWindow(getView().getWindowToken(), 0);
  /packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java 159 InputMethodManager imm = (InputMethodManager) local
161 imm.hideSoftInputFromWindow(mPasswordView.getWindowToken(), 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 83 InputMethodManager imm = (InputMethodManager) getContext().getSystemService( local
85 if (imm != null) {
86 imm.hideSoftInputFromWindow(getWindowToken(), 0);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 444 uint32_t immediate, uint32_t& rot, uint32_t& imm)
447 imm = immediate;
448 if (imm > 0x7F) { // skip the easy cases
449 while (!(imm&3) || (imm&0xFC000000)) {
451 newval = imm >> 2;
452 newval |= (imm&3) << 30;
453 imm = newval;
463 if (imm>=0x100)
466 if (((imm>>(rot<<1)) | (imm<<(32-(rot<<1)))) != immediate
476 uint32_t rot, imm; local
480 uint32_t ARMAssembler::imm(uint32_t immediate) function in class:android::ARMAssembler
482 uint32_t rot, imm; local
    [all...]
ARMAssemblerProxy.cpp 81 int ARMAssemblerProxy::buildImmediate(uint32_t i, uint32_t& rot, uint32_t& imm)
83 return mTarget->buildImmediate(i, rot, imm);
88 uint32_t ARMAssemblerProxy::imm(uint32_t immediate) function in class:android::ARMAssemblerProxy
90 return mTarget->imm(immediate);
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-asm.c 267 aarch64_insn Q, imm; local
298 imm = (16 << (unsigned)val) - info->imm.value;
307 imm = info->imm.value + (8 << (unsigned)val);
308 insert_fields (code, imm, 0, 2, FLD_immb, FLD_immh);
320 int64_t imm; local
324 imm = info->imm.value;
326 imm >>= 2
357 uint64_t imm = info->imm.value; local
438 uint64_t imm = info->imm.value; local
540 int imm; local
    [all...]
sparc-dis.c 709 int imm; local
712 imm = X_SIMM (insn, 13);
714 imm = X_SIMM (insn, 11);
716 imm = X_SIMM (insn, 10);
728 if (imm <= 9)
729 (*info->fprintf_func) (stream, "%d", imm);
731 (*info->fprintf_func) (stream, "%#x", imm);
742 int imm = X_IMM (insn, *s == 'X' ? 5 : 6); local
744 if (imm <= 9)
745 (info->fprintf_func) (stream, "%d", imm);
    [all...]
  /art/test/442-checker-constant-folding/src/
Main.java 1336 long imm = 33L; local
1353 float imm = 1.0e34f; local
1370 double imm = Double.NaN; local
1387 int imm = 33; local
1404 float imm = 34.0f; local
1421 double imm = -Double.NaN; local
1438 int imm = 33; local
1455 long imm = 34L; local
1472 double imm = 99.25; local
1486 int imm = 33; local
1503 long imm = 34L; local
1520 float imm = 99.25f; local
    [all...]
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c 180 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = shift;
207 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = (Is64Bit ? 64 : 32) - (int)MCOperand_getImm(Op2);
210 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = MCOperand_getImm(Op3) + 1;
235 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = MCOperand_getImm(Op2);
238 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = MCOperand_getImm(Op3) - MCOperand_getImm(Op2) + 1;
273 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = LSB;
276 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = Width;
302 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = LSB;
305 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = Width;
609 int64_t imm = MCOperand_getImm(Op) local
1251 uint64_t imm = (MCOperand_getImm(Op) << 2) + MI->address; local
1269 uint64_t imm = (MCOperand_getImm(Op) << 12) + (MI->address & ~0xfff); local
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 83 static DecodeStatus DecodeFixedPointScaleImm32(llvm::MCInst &Inst, unsigned Imm,
86 static DecodeStatus DecodeFixedPointScaleImm64(llvm::MCInst &Inst, unsigned Imm,
89 static DecodeStatus DecodePCRelLabel19(llvm::MCInst &Inst, unsigned Imm,
91 static DecodeStatus DecodeMemExtend(llvm::MCInst &Inst, unsigned Imm,
93 static DecodeStatus DecodeMRSSystemRegister(llvm::MCInst &Inst, unsigned Imm,
95 static DecodeStatus DecodeMSRSystemRegister(llvm::MCInst &Inst, unsigned Imm,
147 static DecodeStatus DecodeVecShiftR64Imm(llvm::MCInst &Inst, unsigned Imm,
149 static DecodeStatus DecodeVecShiftR64ImmNarrow(llvm::MCInst &Inst, unsigned Imm,
152 static DecodeStatus DecodeVecShiftR32Imm(llvm::MCInst &Inst, unsigned Imm,
154 static DecodeStatus DecodeVecShiftR32ImmNarrow(llvm::MCInst &Inst, unsigned Imm,
806 unsigned imm = fieldFromInstruction(insn, 5, 16); local
1356 unsigned imm; local
1386 unsigned imm = fieldFromInstruction(insn, 16, 3) << 5; local
1425 unsigned imm = fieldFromInstruction(insn, 16, 3) << 5; local
1441 int64_t imm = fieldFromInstruction(insn, 5, 19) << 2; local
1496 int64_t imm = fieldFromInstruction(insn, 0, 26); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_lowering.c 51 struct tgsi_full_src_register imm; member in struct:tgsi_lowering_context
109 * MOV dst.zw, imm{0.0, 1.0}
178 * ; needs: 2 tmp, imm{1.0}
190 * MOV dst.x, imm{1.0}
250 /* MOV dst.x, imm{1.0} */
256 reg_src(&new_inst.Src[0], &ctx->imm, SWIZ(Y, _, _, _));
267 * ; needs: 1 tmp, imm{1.0}
270 * MOV dst.w, imm{1.0}
309 /* MOV dst.w, imm{1.0} */
315 reg_src(&new_inst.Src[0], &ctx->imm, SWIZ(_, _, _, Y))
    [all...]
tgsi_text.c 1098 report_error( ctx, "Expected `DCL', `IMM' or a label" );
1652 struct tgsi_full_immediate imm; local
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c 118 int imm; member in struct:opc_operands
450 printf("label_%04d", operands->imm);
575 int imm = (instr->dword3 & VIV_ISA_WORD_3_SRC2_IMM__MASK) local
584 .imm = imm,
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 80 bool ValueRef::getImmediate(ImmediateValue &imm) const
93 imm = *(src->value->asImm());
96 imm.reg.type = type;
97 m.applyTo(imm);
536 const ImmediateValue *imm = that->asImm(); local
537 if (!imm)
539 return reg.data.u64 == imm->reg.data.u64;
nv50_ir_emit_nvc0.cpp 209 const ImmediateValue *imm = ref.get()->asImm(); local
211 return imm && (imm->reg.data.u32 & ((ty == TYPE_F32) ? 0xfff : 0xfff00000));
329 const ImmediateValue *imm = i->src(s).get()->asImm(); local
332 assert(imm);
333 u32 = imm->reg.data.u32;
337 uint64_t u64 = imm->reg.data.u64;
366 const ImmediateValue *imm = ref.get()->asImm(); local
368 int8_t s8 = static_cast<int8_t>(imm->reg.data.s32);
370 assert(s8 == imm->reg.data.s32)
769 const ImmediateValue *imm = i->src(1).get()->asImm(); local
1534 ImmediateValue *imm = i->getSrc(0)->asImm(); local
1544 ImmediateValue *imm = i->getSrc(1)->asImm(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 278 [3] = "imm",
1034 imm(FILE *file, const struct gen_device_info *devinfo, unsigned type, brw_inst *inst) function
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 275 int32_t imm = instr->Imm16Value(); local
276 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm);
282 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; local
283 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm);
289 int32_t imm = instr->Imm16Value(); local
290 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm);
308 int32_t imm = local
310 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm);
316 int32_t imm = instr->Imm18Value(); local
317 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm);
323 int32_t imm = instr->Imm19Value(); local
340 uint32_t imm = instr->Imm21Value(); local
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 277 int32_t imm = instr->Imm16Value(); local
278 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm);
284 int32_t imm = local
286 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm);
292 int32_t imm = instr->Imm16Value(); local
293 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm);
311 int32_t imm = local
313 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm);
319 int32_t imm = instr->Imm18Value(); local
320 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm);
326 int32_t imm = instr->Imm19Value(); local
343 uint32_t imm = instr->Imm21Value(); local
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 225 uint32_t imm) {
226 if (IsUintN(16, imm)) {
228 mov(cond, tmp, imm & 0xffff);
232 if (ImmediateT32::IsImmediateT32(~imm)) {
234 mvn(cond, tmp, ~imm);
238 if (ImmediateA32::IsImmediateA32(~imm)) {
240 mvn(cond, tmp, ~imm);
245 mov(cond, tmp, imm & 0xffff);
246 movt(cond, tmp, imm >> 16);
736 uint32_t imm = operand.GetImmediate()
890 int32_t imm = operand.GetSignedImmediate(); variable
940 int32_t imm = operand.GetSignedImmediate(); variable
1052 int32_t imm = operand.GetSignedImmediate(); local
1356 uint32_t imm = neon_imm.GetImmediate<uint32_t>(); local
1381 uint16_t imm = neon_imm.GetImmediate<uint16_t>(); local
1392 uint64_t imm = neon_imm.GetImmediate<uint64_t>(); local
1502 uint32_t imm = neon_imm.GetImmediate<uint32_t>(); local
1527 uint16_t imm = neon_imm.GetImmediate<uint16_t>(); local
1538 uint64_t imm = neon_imm.GetImmediate<uint64_t>(); local
    [all...]
operands-aarch32.h 46 // #<imm> - an unsigned 32-bit immediate value
394 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
395 : imm_(imm),
443 SOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
444 : NeonOperand(imm) {}
485 DOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
486 : NeonOperand(imm) {}
521 QOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
522 : NeonOperand(imm) {}
549 const float imm = neon_imm.GetImmediate<float>() local
554 const double imm = neon_imm.GetImmediate<double>(); local
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 186 InputMethodManager imm = InputMethodManager.getInstance(); local
195 imm.getClient(), imm.getInputContext());
453 InputMethodManager imm = InputMethodManager.getInstance(); local
454 if (imm != null) {
455 imm.windowDismissed(mViews.get(index).getWindowToken());

Completed in 546 milliseconds

1 2 3 45 6 7 8 91011