HomeSort by relevance Sort by last modified time
    Searched full:dep1 (Results 1 - 25 of 36) sorted by null

1 2

  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
symlinks 44 rename('dep', 'dep1');
45 symlink('dep1', 'dep');
52 rmfiles('targ', 'dep', 'sym', 'dep1');
  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 257 Operation DEP1 DEP2 NDEP
321 X86G_CC_OP_COPY=0, /* DEP1 = current flags, DEP2 = 0, NDEP = unused */
322 /* just copy DEP1 to output */
325 X86G_CC_OP_ADDW, /* 2 DEP1 = argL, DEP2 = argR, NDEP = unused */
329 X86G_CC_OP_SUBW, /* 5 DEP1 = argL, DEP2 = argR, NDEP = unused */
333 X86G_CC_OP_ADCW, /* 8 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */
337 X86G_CC_OP_SBBW, /* 11 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */
341 X86G_CC_OP_LOGICW, /* 14 DEP1 = result, DEP2 = 0, NDEP = unused */
345 X86G_CC_OP_INCW, /* 17 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */
349 X86G_CC_OP_DECW, /* 20 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) *
    [all...]
guest_arm_defs.h 156 OP DEP1 DEP2 DEP3
170 ARMG_CC_OP_COPY=0, /* DEP1 = NZCV in 31:28, DEP2 = 0, DEP3 = 0
171 just copy DEP1 to output */
173 ARMG_CC_OP_ADD, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op),
176 ARMG_CC_OP_SUB, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op),
179 ARMG_CC_OP_ADC, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op),
182 ARMG_CC_OP_SBB, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op),
185 ARMG_CC_OP_LOGIC, /* DEP1 = result, DEP2 = shifter_carry_out (in LSB),
188 ARMG_CC_OP_MUL, /* DEP1 = result, DEP2 = 0, DEP3 = oldC:old_V
191 ARMG_CC_OP_MULL, /* DEP1 = resLO32, DEP2 = resHI32, DEP3 = oldC:old_
    [all...]
guest_amd64_defs.h 375 Operation DEP1 DEP2 NDEP
439 AMD64G_CC_OP_COPY=0, /* DEP1 = current flags, DEP2 = 0, NDEP = unused */
440 /* just copy DEP1 to output */
443 AMD64G_CC_OP_ADDW, /* 2 DEP1 = argL, DEP2 = argR, NDEP = unused */
448 AMD64G_CC_OP_SUBW, /* 6 DEP1 = argL, DEP2 = argR, NDEP = unused */
453 AMD64G_CC_OP_ADCW, /* 10 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */
458 AMD64G_CC_OP_SBBW, /* 14 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */
463 AMD64G_CC_OP_LOGICW, /* 18 DEP1 = result, DEP2 = 0, NDEP = unused */
468 AMD64G_CC_OP_INCW, /* 22 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */
473 AMD64G_CC_OP_DECW, /* 26 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) *
    [all...]
guest_arm_helpers.c 180 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n",
261 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n",
342 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n",
425 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n",
657 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */
793 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */
854 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */
    [all...]
guest_x86_helpers.c 333 /* DEP1 = result, NDEP = old flags */
350 /* DEP1 = result, NDEP = old flags */
    [all...]
guest_s390_toIR.c 499 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
509 stmt(IRStmt_Put(dep1_off, dep1));
545 IRExpr *op, *dep1, *dep2, *ndep; local
548 dep1 = s390_cc_widen(d1, sign_extend);
552 s390_cc_thunk_fill(op, dep1, dep2, ndep);
559 IRExpr *op, *dep1, *dep2, *ndep; local
562 dep1 = s390_cc_widen(d1, sign_extend);
566 s390_cc_thunk_fill(op, dep1, dep2, ndep);
584 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
587 dep1 = s390_cc_widen(d1, sign_extend)
601 IRExpr *op, *dep1, *dep2, *ndep; local
617 IRExpr *op, *dep1, *dep2, *ndep; local
674 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
697 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
733 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]
guest_s390_defs.h 192 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
guest_amd64_helpers.c 375 /* DEP1 = result, NDEP = old flags */
392 /* DEP1 = result, NDEP = old flags */
    [all...]
  /external/chromium/sdch/open-vcdiff/
depcomp 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/elfutils/config/
depcomp 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/genext2fs/
depcomp 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/grub/
depcomp 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libffi/
depcomp 282 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libmtp/
depcomp 294 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libogg/
depcomp 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libpng/
depcomp 294 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libusb/
depcomp 282 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libusb-compat/
depcomp 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/libvorbis/
depcomp 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/llvm/autoconf/
depcomp 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/marisa-trie/
depcomp 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/open-vcdiff/
depcomp 294 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/protobuf/
depcomp 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
  /external/protobuf/gtest/build-aux/
depcomp 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.

Completed in 1652 milliseconds

1 2