OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcr1
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86FixupLEAs.cpp
339
const unsigned
SrcR1
= MI->getOperand(1).getReg();
341
if ((
SrcR1
== 0 ||
SrcR1
!= DstR) && (SrcR2 == 0 || SrcR2 != DstR))
368
if (
SrcR1
!= 0 && SrcR2 != 0) {
369
const MachineOperand &Src1 = MI->getOperand(
SrcR1
== DstR ? 1 : 3);
370
const MachineOperand &Src2 = MI->getOperand(
SrcR1
== DstR ? 3 : 1);
380
const MachineOperand &SrcR = MI->getOperand(
SrcR1
== DstR ? 1 : 3);
/external/skia/gm/
bitmaprect.cpp
209
SkRect
srcR1
= { 0.0f, 0.0f, 4096.0f, 2040.0f };
216
canvas->drawBitmapRect(fBigBitmap,
srcR1
, dstR1, &paint,
221
canvas->drawBitmapRect(fBigBitmap,
srcR1
.roundOut(), dstR1, &paint);
Completed in 275 milliseconds