Home
last modified time | relevance | path

Searched refs:addInstruction (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java393 private void addInstruction(Instruction instruction) { in addInstruction() method in ApfGenerator
418 addInstruction(instruction); in defineLabel()
428 addInstruction(instruction); in addJump()
439 addInstruction(instruction); in addLoad8()
450 addInstruction(instruction); in addLoad16()
461 addInstruction(instruction); in addLoad32()
473 addInstruction(instruction); in addLoad8Indexed()
485 addInstruction(instruction); in addLoad16Indexed()
497 addInstruction(instruction); in addLoad32Indexed()
507 addInstruction(instruction); in addAdd()
[all …]
/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp105 Blk->addInstruction(b.MakeLabel()); in TEST()
111 Blk->addInstruction(IID); in TEST()
114 Blk->addInstruction(XValue); in TEST()
117 Blk->addInstruction(YValue); in TEST()
121 Blk->addInstruction(PtrToGSizeX); in TEST()
124 Blk->addInstruction(GSizeX); in TEST()
130 Blk->addInstruction(Tmp1); in TEST()
133 Blk->addInstruction(PtrToGNumX); in TEST()
136 Blk->addInstruction(GNumX); in TEST()
139 Blk->addInstruction(OffsetY); in TEST()
[all …]
Dmodule.h481 Block *addInstruction(Instruction *inst) { in addInstruction() function
/frameworks/rs/rsov/compiler/
DWrapper.cpp96 Blk->addInstruction(b.MakeLabel()); in AddWrapper()
115 Blk->addInstruction(IID); in AddWrapper()
118 Blk->addInstruction(XValue); in AddWrapper()
121 Blk->addInstruction(YValue); in AddWrapper()
124 Blk->addInstruction(ZValue); in AddWrapper()
132 Blk->addInstruction(GroupSizeX); in AddWrapper()
135 Blk->addInstruction(GroupSizeY); in AddWrapper()
139 Blk->addInstruction(NumGroup); in AddWrapper()
142 Blk->addInstruction(NumGroupX); in AddWrapper()
145 Blk->addInstruction(NumGroupY); in AddWrapper()
[all …]