HomeSort by relevance Sort by last modified time
    Searched refs:imm (Results 251 - 275 of 710) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 145 final InputMethodManager imm = mImmWrapper.mImm; local
146 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype();
167 final InputMethodManager imm = mImmWrapper.mImm; local
168 final List<InputMethodInfo> enabledImis = imm.getEnabledInputMethodList();
180 imm.setInputMethod(token, nextImi.getId());
184 imm.setInputMethodAndSubtype(token, nextImi.getId(), firstSubtype);
239 public InputMethodInfoCache(final InputMethodManager imm, final String imePackageName) {
240 mImm = imm;
406 // imm.getEnabledInputMethodSubtypeList(null, true) will return the current IME's
593 final InputMethodManager imm = getInputMethodManager() local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 340 char imm[72]; local
380 /* Point to the last character of the imm. */
387 /* No register indicated, fill in zero and restore the imm. */
410 imm[m2] = ptr[i];
412 imm[m2] = '\0';
425 for (pb = 0; imm[pb] != '\0'; i++, pb++)
426 iBuf[i] = imm[pb];
456 char imm[72]; local
494 /* Point to the last character of the imm. */
502 /* No register indicated, fill in zero and restore the imm. *
    [all...]
tc-arm.c 404 signed int imm; member in struct:arm_it::__anon115682
408 unsigned immisreg : 1; /* .imm field is a second register. */
8755 bfd_vma imm; local
9873 int imm = inst.operands[2].imm; local
11780 bfd_vma imm; local
14713 int imm = inst.operands[2].imm; local
14725 int imm = inst.operands[2].imm; local
14737 int imm = inst.operands[2].imm; local
14780 int imm = inst.operands[2].imm; local
14807 int imm = inst.operands[2].imm; local
14844 int imm = inst.operands[2].imm; local
14870 unsigned imm = inst.operands[2].imm; local
15531 unsigned imm = (inst.operands[3].imm * et.size) \/ 8; local
15896 int imm = inst.operands[2].imm; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 276 struct tgsi_full_immediate * imm,
285 if (imm->u[i].Float == 0.0f) {
287 } else if (imm->u[i].Float == 0.5f && ttr->use_half_swizzles) {
289 } else if (imm->u[i].Float == 1.0f) {
305 constant.u.Immediate[i] = imm->u[i].Float;
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 330 return Imm(v>>rot | v<<(32-rot))
336 return Imm((16 << ((x >> 7) & 1)) - ((x&(1<<4-1))<<1 | (x>>5)&1))
339 return Imm(0)
342 return Imm(x & (1<<24 - 1))
345 return Imm((x >> 7) & (1<<5 - 1))
352 return Imm(x)
359 return Imm(x)
362 return Imm((x>>16)&(1<<4-1)<<12 | x&(1<<12-1))
365 return Imm((x>>8)&(1<<12-1)<<4 | x&(1<<4-1))
369 return Imm(x
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 330 return Imm(v>>rot | v<<(32-rot))
336 return Imm((16 << ((x >> 7) & 1)) - ((x&(1<<4-1))<<1 | (x>>5)&1))
339 return Imm(0)
342 return Imm(x & (1<<24 - 1))
345 return Imm((x >> 7) & (1<<5 - 1))
352 return Imm(x)
359 return Imm(x)
362 return Imm((x>>16)&(1<<4-1)<<12 | x&(1<<12-1))
365 return Imm((x>>8)&(1<<12-1)<<4 | x&(1<<4-1))
369 return Imm(x
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
avx2intrin.h 490 #define _mm256_shuffle_epi32(a, imm) __extension__ ({ \
493 (imm) & 0x3, ((imm) & 0xc) >> 2, \
494 ((imm) & 0x30) >> 4, ((imm) & 0xc0) >> 6, \
495 4 + (((imm) & 0x03) >> 0), \
496 4 + (((imm) & 0x0c) >> 2), \
497 4 + (((imm) & 0x30) >> 4), \
498 4 + (((imm) & 0xc0) >> 6)); })
500 #define _mm256_shufflehi_epi16(a, imm) __extension__ ({
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
avx2intrin.h 490 #define _mm256_shuffle_epi32(a, imm) __extension__ ({ \
493 (imm) & 0x3, ((imm) & 0xc) >> 2, \
494 ((imm) & 0x30) >> 4, ((imm) & 0xc0) >> 6, \
495 4 + (((imm) & 0x03) >> 0), \
496 4 + (((imm) & 0x0c) >> 2), \
497 4 + (((imm) & 0x30) >> 4), \
498 4 + (((imm) & 0xc0) >> 6)); })
500 #define _mm256_shufflehi_epi16(a, imm) __extension__ ({
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 90 uint32 imm; /* immediate */ member in struct:Instr
161 Iw, /* 16-bit immediate -> imm */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 90 uint32 imm; /* immediate */ member in struct:Instr
161 Iw, /* 16-bit immediate -> imm */
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
avx2intrin.h 468 #define _mm256_shuffle_epi32(a, imm) __extension__ ({ \
471 (imm) & 0x3, ((imm) & 0xc) >> 2, \
472 ((imm) & 0x30) >> 4, ((imm) & 0xc0) >> 6, \
473 4 + (((imm) & 0x03) >> 0), \
474 4 + (((imm) & 0x0c) >> 2), \
475 4 + (((imm) & 0x30) >> 4), \
476 4 + (((imm) & 0xc0) >> 6)); })
478 #define _mm256_shufflehi_epi16(a, imm) __extension__ ({
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
avx2intrin.h 468 #define _mm256_shuffle_epi32(a, imm) __extension__ ({ \
471 (imm) & 0x3, ((imm) & 0xc) >> 2, \
472 ((imm) & 0x30) >> 4, ((imm) & 0xc0) >> 6, \
473 4 + (((imm) & 0x03) >> 0), \
474 4 + (((imm) & 0x0c) >> 2), \
475 4 + (((imm) & 0x30) >> 4), \
476 4 + (((imm) & 0xc0) >> 6)); })
478 #define _mm256_shufflehi_epi16(a, imm) __extension__ ({
    [all...]
  /art/compiler/optimizing/
scheduler_arm.cc 484 void SchedulingLatencyVisitorARM::HandleDivRemConstantIntegralLatencies(int32_t imm) {
485 if (imm == 0) {
488 } else if (imm == 1 || imm == -1) {
490 } else if (IsPowerOfTwo(AbsOrMin(imm))) {
505 int32_t imm = Int32ConstantFrom(rhs->AsConstant()); local
506 HandleDivRemConstantIntegralLatencies(imm);
568 int32_t imm = Int32ConstantFrom(rhs->AsConstant()); local
569 HandleDivRemConstantIntegralLatencies(imm);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 65 virtual int buildImmediate(uint32_t i, uint32_t& rot, uint32_t& imm);
67 virtual uint32_t imm(uint32_t immediate);
274 void ADDIU(int Rt, int Rs, int16_t imm);
276 void SUBIU(int Rt, int Rs, int16_t imm);
295 void SLTI(int Rt, int Rs, int16_t imm);
297 void SLTIU(int Rt, int Rs, int16_t imm);
306 void ANDI(int Rd, int Rs, uint16_t imm);
308 void ORI(int Rt, int Rs, uint16_t imm);
312 void XORI(int Rt, int Rs, uint16_t imm);
blending.cpp 57 CMP(AL, factor.reg, imm( 0x10000 ));
58 MOV(HS, 0, factor.reg, imm( 0x10000 ));
299 RSB(AL, 0, factor.reg, factor.reg, imm((1<<factor.s)));
366 RSB(AL, 0, factor.reg, factor.reg, imm((1<<factor.s)));
659 CMP(AL, v.reg, imm( 1<<v.h ));
661 MOV(HS, 0, v.reg, imm( one ));
663 MVN(HS, 0, v.reg, imm( ~one ));
665 MOV(HS, 0, v.reg, imm( 1<<v.h ));
666 SUB(HS, 0, v.reg, v.reg, imm( 1<<v.l ));
  /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/
operands-aarch32.h 46 // #<imm> - an unsigned 32-bit immediate value
389 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
390 : imm_(imm),
431 SOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
432 : NeonOperand(imm) {}
473 DOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
474 : NeonOperand(imm) {}
509 QOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
510 : NeonOperand(imm) {}
537 const float imm = neon_imm.GetImmediate<float>() local
542 const double imm = neon_imm.GetImmediate<double>(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 42 * This is where we keep store the value of each channel of the IMM/TEMP/OUT
50 float imm[LP_MAX_TGSI_IMMEDIATES][4]; member in struct:analysis_context
76 assert(src->Index < ARRAY_SIZE(ctx->imm));
77 if (src->Index < ARRAY_SIZE(ctx->imm)) {
78 chan_info->u.value = ctx->imm[src->Index][swizzle];
583 if (ctx->num_imms < ARRAY_SIZE(ctx->imm)) {
586 ctx->imm[ctx->num_imms][chan] = value;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupNameEditDialogFragment.java 305 final InputMethodManager imm = (InputMethodManager) getActivity().getSystemService( local
307 if (imm != null) {
308 imm.showSoftInput(view, /* flags */ 0);
313 final InputMethodManager imm = (InputMethodManager) getActivity().getSystemService( local
315 if (imm != null && mGroupNameEditText != null) {
316 imm.hideSoftInputFromWindow(mGroupNameEditText.getWindowToken(), /* flags */ 0);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
avx512fintrin.h     [all...]

Completed in 1944 milliseconds

<<11121314151617181920>>