/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/VEX/priv/ |
guest_x86_defs.h | 262 Operation DEP1 DEP2 NDEP 326 X86G_CC_OP_COPY=0, /* DEP1 = current flags, DEP2 = 0, NDEP = unused */ 327 /* just copy DEP1 to output */ 330 X86G_CC_OP_ADDW, /* 2 DEP1 = argL, DEP2 = argR, NDEP = unused */ 334 X86G_CC_OP_SUBW, /* 5 DEP1 = argL, DEP2 = argR, NDEP = unused */ 338 X86G_CC_OP_ADCW, /* 8 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */ 342 X86G_CC_OP_SBBW, /* 11 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */ 346 X86G_CC_OP_LOGICW, /* 14 DEP1 = result, DEP2 = 0, NDEP = unused */ 350 X86G_CC_OP_INCW, /* 17 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */ 354 X86G_CC_OP_DECW, /* 20 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) * [all...] |
guest_arm64_defs.h | 160 OP DEP1 DEP2 DEP3 179 ARM64G_CC_OP_COPY=0, /* DEP1 = NZCV in 31:28, DEP2 = 0, DEP3 = 0 180 just copy DEP1 to output */ 182 ARM64G_CC_OP_ADD32, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op), 185 ARM64G_CC_OP_ADD64, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op), 188 ARM64G_CC_OP_SUB32, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op), 191 ARM64G_CC_OP_SUB64, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op), 194 ARM64G_CC_OP_ADC32, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op), 197 ARM64G_CC_OP_ADC64, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op), 200 ARM64G_CC_OP_SBC32, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op) [all...] |
guest_arm_defs.h | 160 OP DEP1 DEP2 DEP3 174 ARMG_CC_OP_COPY=0, /* DEP1 = NZCV in 31:28, DEP2 = 0, DEP3 = 0 175 just copy DEP1 to output */ 177 ARMG_CC_OP_ADD, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op), 180 ARMG_CC_OP_SUB, /* DEP1 = argL (Rn), DEP2 = argR (shifter_op), 183 ARMG_CC_OP_ADC, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op), 186 ARMG_CC_OP_SBB, /* DEP1 = argL (Rn), DEP2 = arg2 (shifter_op), 189 ARMG_CC_OP_LOGIC, /* DEP1 = result, DEP2 = shifter_carry_out (in LSB), 192 ARMG_CC_OP_MUL, /* DEP1 = result, DEP2 = 0, DEP3 = oldC:old_V 195 ARMG_CC_OP_MULL, /* DEP1 = resLO32, DEP2 = resHI32, DEP3 = oldC:old_ [all...] |
guest_amd64_defs.h | 385 Operation DEP1 DEP2 NDEP 449 AMD64G_CC_OP_COPY=0, /* DEP1 = current flags, DEP2 = 0, NDEP = unused */ 450 /* just copy DEP1 to output */ 453 AMD64G_CC_OP_ADDW, /* 2 DEP1 = argL, DEP2 = argR, NDEP = unused */ 458 AMD64G_CC_OP_SUBW, /* 6 DEP1 = argL, DEP2 = argR, NDEP = unused */ 463 AMD64G_CC_OP_ADCW, /* 10 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */ 468 AMD64G_CC_OP_SBBW, /* 14 DEP1 = argL, DEP2 = argR ^ oldCarry, NDEP = oldCarry */ 473 AMD64G_CC_OP_LOGICW, /* 18 DEP1 = result, DEP2 = 0, NDEP = unused */ 478 AMD64G_CC_OP_INCW, /* 22 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */ 483 AMD64G_CC_OP_DECW, /* 26 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) * [all...] |
guest_arm_helpers.c | 181 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n", 262 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n", 343 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n", 426 "( op=%u, dep1=0x%x, dep2=0x%x, dep3=0x%x )\n", 658 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */ 844 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */ 905 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */ [all...] |
guest_amd64_helpers.c | 376 /* DEP1 = result, NDEP = old flags */ 393 /* DEP1 = result, NDEP = old flags */ [all...] |
guest_x86_helpers.c | 334 /* DEP1 = result, NDEP = old flags */ 351 /* DEP1 = result, NDEP = old flags */ [all...] |
guest_arm64_helpers.c | 223 "( op=%llu, dep1=0x%llx, dep2=0x%llx, dep3=0x%llx )\n", 342 "( op=%llu, dep1=0x%llx, dep2=0x%llx, dep3=0x%llx )\n", 451 "( op=%llu, dep1=0x%llx, dep2=0x%llx, dep3=0x%llx )\n", 565 "( op=%llu, dep1=0x%llx, dep2=0x%llx, dep3=0x%llx )\n", 896 //ZZ /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */ [all...] |
guest_s390_toIR.c | 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) 549 stmt(IRStmt_Put(dep1_off, dep1)); 585 IRExpr *op, *dep1, *dep2, *ndep; local 588 dep1 = s390_cc_widen(d1, sign_extend); 592 s390_cc_thunk_fill(op, dep1, dep2, ndep); 599 IRExpr *op, *dep1, *dep2, *ndep; local 602 dep1 = s390_cc_widen(d1, sign_extend); 606 s390_cc_thunk_fill(op, dep1, dep2, ndep); 624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local 627 dep1 = s390_cc_widen(d1, sign_extend) 641 IRExpr *op, *dep1, *dep2, *ndep; local 665 IRExpr *op, *dep1, *dep2, *ndep; local 764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local 787 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local 823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local [all...] |
guest_s390_defs.h | 245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
|
/external/toybox/kconfig/ |
expr.h | 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) 49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
|
/bionic/tests/math_data/ |
cbrtf_intel_data.h | 228 0x1.0323dep1 232 -0x1.0323dep1 [all...] |
/external/cmockery/cmockery_0_1_2/ |
depcomp | 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
/external/google-tv-pairing-protocol/cpp/ |
depcomp | 294 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
/external/libexif/ |
depcomp | 294 # 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/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/marisa-trie/ |
depcomp | 287 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
/ndk/sources/host-tools/make-3.81/config/ |
depcomp | 268 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
/external/bison/build-aux/ |
depcomp | 424 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
/external/elfutils/src/config/ |
depcomp | 424 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|