Home
last modified time | relevance | path

Searched refs:newsrc (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/tests/unixbench/
Dunixbench.patch1 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/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c334 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/
DARMInstrInfo.td4615 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,