Searched refs:newsrc (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/tests/unixbench/ |
D | unixbench.patch | 1 diff -urN src/Run newsrc/Run 3 +++ newsrc/Run 2010-05-07 19:02:43.000000000 -0700 35 diff -urN src/src/execl.c newsrc/src/execl.c 37 +++ newsrc/src/execl.c 2010-05-07 19:01:38.000000000 -0700
|
/external/libvpx/ |
D | generate_config.sh | 191 newsrc=$LIBVPX_CONFIG_DIR/arm-neon/$src.S 192 mkdir -p $BASE_DIR/$(dirname $newsrc) 193 … $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl <$BASE_DIR/$LIBVPX_SRC_DIR/$src >$BASE_DIR/$newsrc 194 echo $newsrc >>libvpx_srcs_arm-neon.txt
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_optimize.c | 334 struct rc_src_register newsrc; in constant_folding() local 359 newsrc = inst->U.I.SrcReg[src]; in constant_folding() 362 unsigned int swz = GET_SWZ(newsrc.Swizzle, chan); in constant_folding() 386 SET_SWZ(newsrc.Swizzle, chan, newswz); in constant_folding() 387 if (imm < 0.0 && !newsrc.Abs) in constant_folding() 388 newsrc.Negate ^= 1 << chan; in constant_folding() 392 newsrc.File = RC_FILE_NONE; in constant_folding() 393 newsrc.Index = 0; in constant_folding() 397 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, newsrc) && in constant_folding() 401 inst->U.I.SrcReg[src] = newsrc; in constant_folding()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4615 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in { 4616 // %newsrc, %newdst = MEMCPY %dst, %src, N, ...N scratch regs... 4621 (outs GPR:$newdst, GPR:$newsrc), 4624 [(set GPR:$newdst, GPR:$newsrc,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4880 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in { 4881 // %newsrc, %newdst = MEMCPY %dst, %src, N, ...N scratch regs... 4886 (outs GPR:$newdst, GPR:$newsrc), 4889 [(set GPR:$newdst, GPR:$newsrc,
|