HomeSort by relevance Sort by last modified time
    Searched defs:SUB (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/swiftshader/third_party/LLVM/
Makefile 244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
  /external/llvm/lib/Target/Lanai/
LanaiAluCode.h 26 SUB = 0x02,
83 case SUB:
84 return "sub";
108 .Case("sub", SUB)
125 case ISD::SUB:
126 return AluCode::SUB;
  /external/guava/guava/src/com/google/common/base/
Ascii.java 336 public static final byte SUB = 26;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-table.cc 32 #define SUB USE_SUB /* CONS_SUB */
246 /* 1920 */ VAbv, VAbv, VBlw, VPst, VPst, VAbv, VAbv, VAbv, VAbv, SUB, SUB, SUB, O, O, O, O,
301 /* 1BA0 */ B, SUB, SUB, SUB, VAbv, VBlw, VPre, VPst, VAbv, VAbv, VPst, H, SUB, SUB, B, B,
315 /* 1C20 */ B, B, B, B, SUB, SUB, VPst, VPre, VPre, VPre, VPst, VPst, VBlw, FAbv, FAbv, FAbv
    [all...]
  /external/toybox/toys/pending/
expr.c 131 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE };
146 {"+", 4, I_TO_I, ADD }, {"-", 4, I_TO_I, SUB },
192 case SUB: x = a - b; break;
  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 14 SLTI, SLTIU, SLTU, SUB,
336 case SUB:
341 TEST1("sub $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 31 SUB = 0x1a # ^Z
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 31 SUB = 0x1a # ^Z
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 31 SUB = 0x1a # ^Z
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 31 SUB = 0x1a # ^Z
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 86 public static final int SUB = 15;
328 case SUB: return "sub";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 86 public static final int SUB = 15;
336 case SUB: return "sub";
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 196 public static final int SUB = SyntheticAccessorResolver.SUB_ASSIGNMENT;
388 mathOp = SUB;
556 ((mathOp == SUB) && negativeConstant);
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 40 SUB = 8,
171 Operator& Operator::create<Operator::SUB>();
  /prebuilts/go/darwin-x86/src/go/token/
token.go 36 SUB // -
140 SUB: "-",
267 case ADD, SUB, OR, XOR:
  /prebuilts/go/linux-x86/src/go/token/
token.go 36 SUB // -
140 SUB: "-",
267 case ADD, SUB, OR, XOR:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 502 SUB $_base, $_base, $_offset
663 _M_OPC SUB, sp, sp, _SBytes
841 SUB sp, sp, #16
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 505 SUB $_base, $_base, $_offset
666 _M_OPC SUB, sp, sp, _SBytes
844 SUB sp, sp, #16
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 269 SUB(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /art/compiler/utils/arm/
constants_arm.h 137 SUB = 2, // Subtract
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 118 #define SUB 0xcb000000
710 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2));
723 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2));
    [all...]
sljitNativeSPARC_common.c 58 sub operation has no side effect. */
59 "sub %i0, 4, %i0\n"
160 #define SUB (OPC1(0x2) | OPC3(0x04))
802 return push_inst(compiler, SUB | D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1));
    [all...]
sljitNativeX86_common.c 230 #define SUB (/* BINARY */ 5 << 3)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 189 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
206 // results. The first result is the normal add or sub result, the second
212 // the add or sub, and the third is the input carry flag. These nodes
213 // produce two results; the normal result of the add or sub, and the output
215 // to them to be chained together for add and sub of arbitrarily large
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 191 /// FHSUB - Floating point horizontal sub.
234 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
235 ADD, SUB, ADC, SBB, SMUL,
647 /// register EAX to i16 by referencing its sub-register AX.
    [all...]

Completed in 2202 milliseconds

1 2 3 4 5 6 7 8 91011