HomeSort by relevance Sort by last modified time
    Searched defs:OP_NONE (Results 1 - 12 of 12) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransform.java 47 public static final int OP_NONE = 0;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i860.h 28 OP_NONE = 0x00000,
  /toolchain/binutils/binutils-2.25/opcodes/
xgate-opc.c 73 #define OP_NONE XGATE_OP_NONE
m68hc11-opc.c 72 #define OP_NONE M6811_OP_NONE
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
116 { "aba", OP_NONE, 1, 0x1b, 2, 2, CHG_HNZVC, cpu6811, 0 },
117 { "aba", OP_NONE | OP_PAGE2,2, 0x06, 2, 2, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
118 { "abx", OP_NONE, 1, 0x3a, 3, 3, CHG_NONE, cpu6811, 0 },
119 { "aby", OP_NONE | OP_PAGE2,2, 0x3a, 4, 4, CHG_NONE, cpu6811, 0 },
272 { "asla", OP_NONE, 1, 0x48, 1, 1, CHG_NZVC, cpu6811|cpu6812|cpu9s12x, 0 },
273 { "aslb", OP_NONE, 1, 0x58, 1, 1, CHG_NZVC, cpu6811|cpu6812|cpu9s12x, 0 },
274 { "asld", OP_NONE, 1, 0x05, 3, 3, CHG_NZVC, cpu6811, 0 },
275 { "asld", OP_NONE, 1, 0x59, 1, 1, CHG_NZVC, cpu6812|cpu9s12x, 0 }
    [all...]
arc-opc.c 28 enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM};
341 enum operand op_type = OP_NONE;
718 if (!((ST_SYNTAX(OP_REG,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
719 || ST_SYNTAX(OP_REG,OP_LIMM,OP_NONE)
720 || (ST_SYNTAX(OP_SHIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
721 || (ST_SYNTAX(OP_SHIMM,OP_SHIMM,OP_NONE) && (insn[0] & 511) == 0)
722 || ST_SYNTAX(OP_SHIMM,OP_LIMM,OP_NONE)
725 || (ST_SYNTAX(OP_LIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
730 || ST_SYNTAX(OP_LIMM,OP_SHIMM,OP_NONE)
762 if (ST_SYNTAX (OP_SHIMM,OP_REG,OP_NONE) && shimm != 0
    [all...]
  /frameworks/native/libs/binder/include/binder/
AppOpsManager.h 37 OP_NONE = -1,
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageUpdatedTask.java 64 public static final int OP_NONE = 0;
  /frameworks/base/core/java/android/app/
AppOpsManager.java 114 public static final int OP_NONE = -1;
    [all...]
ContextImpl.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 220 milliseconds