HomeSort by relevance Sort by last modified time
    Searched refs:imm (Results 126 - 150 of 155) sorted by null

1 2 3 4 56 7

  /external/valgrind/main/VEX/priv/
host_s390_defs.h 112 ULong imm; member in union:__anon14806::__anon14807
guest_x86_toIR.c 11139 Int imm = (Int)insn[3]; local
11269 Int imm = (Int)insn[3]; local
12619 Int imm = 0; local
    [all...]
host_arm_defs.h 223 /* --------- Reg or imm-8x4 operands --------- */
626 /* SHL/SHR/SAR, 2nd arg is reg or imm */
893 ARMNImm* imm; member in struct:__anon14675::__anon14676::__anon14717
host_s390_defs.c     [all...]
host_x86_isel.c 314 am4->Xam.IRRS.imm += 4; break;
316 am4->Xam.IR.imm += 4; break;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 468 InputMethodManager imm = InputMethodManager.peekInstance(); local
469 if (imm != null) {
470 imm.updateSelection(mWebView, selectionStart, selectionEnd,
580 InputMethodManager imm = InputMethodManager.peekInstance(); local
581 if (imm != null) {
584 imm.restartInput(mWebView);
4773 InputMethodManager imm = (InputMethodManager) local
7303 InputMethodManager imm = InputMethodManager.peekInstance(); local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 2770 final InputMethodManager imm = InputMethodManager.getInstance(getActivity()); local
3112 final InputMethodManager imm = InputMethodManager.getInstance(getActivity()); local
    [all...]
  /frameworks/base/core/java/android/view/
View.java 4569 InputMethodManager imm = InputMethodManager.peekInstance(); local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2804 int imm = (insn >> 6) & 0x1F; local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 1805 InputMethodManager imm = local
1822 InputMethodManager imm = local
    [all...]
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 116 static void showIGVV( char* rOrM, char* op, Int imm,
119 printf("%s %10s $%d ", rOrM, op, imm);
128 static void showIAG ( char* rOrM, char* op, Int imm,
131 printf("%s %10s $%d ", rOrM, op, imm);
140 static void showIAA ( char* rOrM, char* op, Int imm, RRArgs* rra, V128* rmask )
142 printf("%s %10s $%d ", rOrM, op, imm);
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 61 * - maybe modifies the asm instn to test different imm args
126 * for imm... // loop over imm
128 * patch_op_imm16(&func_buf[0], imm); // patch 'addi' insn
136 * So in the loop test, if 'imm' is currently 9, and p[0] is:
    [all...]
  /external/valgrind/main/none/tests/arm/
neon128.c 51 #define TESTINSN_imm(instruction, QD, imm) \
57 instruction ", #" #imm "\n\t" \
63 printf("%s, #" #imm " :: Qd 0x%08x 0x%08x 0x%08x 0x%08x\n", \
73 instruction ", #" #imm "\n\t" \
79 printf("%s, #" #imm " :: Qd 0x%08x 0x%08x 0x%08x 0x%08x\n", \
334 #define TESTINSN_2reg_shift(instruction, QD, QM, QMtype, QMval, imm) \
341 instruction ", #" #imm "\n\t" \
347 printf("%s, #" #imm " :: Qd 0x%08x 0x%08x 0x%08x 0x%08x Qm (" #QMtype ")0x%08x", \
    [all...]
neon64.c 52 #define TESTINSN_imm(instruction, QD, imm) \
58 instruction ", #" #imm "\n\t" \
64 printf("%s, #" #imm " :: Qd 0x%08x 0x%08x\n", \
74 instruction ", #" #imm "\n\t" \
80 printf("%s, #" #imm " :: Qd 0x%08x 0x%08x\n", \
595 #define TESTINSN_2reg_shift(instruction, QD, QM, QMtype, QMval, imm) \
602 instruction ", #" #imm "\n\t" \
608 printf("%s, #" #imm " :: Qd 0x%08x 0x%08x Qm (" #QMtype ")0x%08x", \
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 338 #define LOAD_IMM(dest, imm) li dest, imm
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 79 { my($dst,$src,$imm)=@_;
81 { &data_byte(0x66,0x0f,0x3a,0xdf,0xc0|($1<<3)|$2,$imm); }
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 278 void storeToFrame(TrustedImm32 imm, unsigned frameLocation)
280 poke(imm, frameLocation);
    [all...]
  /external/v8/src/arm/
assembler-arm.h     [all...]
macro-assembler-arm.h 477 const double imm,
    [all...]
assembler-arm.cc     [all...]
macro-assembler-arm.cc 779 const double imm,
784 DoubleRepresentation value(imm);
791 vmov(dst, imm, cond);
    [all...]
simulator-arm.cc 1562 int imm = (immed8 >> rotate) | (immed8 << (32 - rotate)); local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 250 void Move(FPURegister dst, double imm);
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 2833 InputMethodInfo imm = mMethodMap.get(id); local
    [all...]

Completed in 1765 milliseconds

1 2 3 4 56 7