HomeSort by relevance Sort by last modified time
    Searched full:zcmp (Results 1 - 25 of 27) sorted by null

1 2

  /dalvik/vm/mterp/armv5te/
OP_IF_EQZ.S 2 %include "armv5te/zcmp.S" { "revcmp":"ne" }
OP_IF_GEZ.S 2 %include "armv5te/zcmp.S" { "revcmp":"lt" }
OP_IF_GTZ.S 2 %include "armv5te/zcmp.S" { "revcmp":"le" }
OP_IF_LEZ.S 2 %include "armv5te/zcmp.S" { "revcmp":"gt" }
OP_IF_LTZ.S 2 %include "armv5te/zcmp.S" { "revcmp":"ge" }
OP_IF_NEZ.S 2 %include "armv5te/zcmp.S" { "revcmp":"eq" }
  /dalvik/vm/mterp/mips/
OP_IF_EQZ.S 2 %include "mips/zcmp.S" { "revcmp":"ne" }
OP_IF_GEZ.S 2 %include "mips/zcmp.S" { "revcmp":"lt" }
OP_IF_GTZ.S 2 %include "mips/zcmp.S" { "revcmp":"le" }
OP_IF_LEZ.S 2 %include "mips/zcmp.S" { "revcmp":"gt" }
OP_IF_LTZ.S 2 %include "mips/zcmp.S" { "revcmp":"ge" }
OP_IF_NEZ.S 2 %include "mips/zcmp.S" { "revcmp":"eq" }
  /dalvik/vm/mterp/x86/
OP_IF_EQZ.S 2 %include "x86/zcmp.S" { "revcmp":"ne" }
OP_IF_GEZ.S 2 %include "x86/zcmp.S" { "revcmp":"l" }
OP_IF_GTZ.S 2 %include "x86/zcmp.S" { "revcmp":"le" }
OP_IF_LEZ.S 2 %include "x86/zcmp.S" { "revcmp":"g" }
OP_IF_LTZ.S 2 %include "x86/zcmp.S" { "revcmp":"ge" }
OP_IF_NEZ.S 2 %include "x86/zcmp.S" { "revcmp":"e" }
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 569 Value * depthZ = NULL, * zPtr = NULL, * z = NULL, * zCmp = NULL;
595 zCmp = ConstantInt::getFalse(mod->getContext());
598 zCmp = builder.CreateICmpSLT(z, depthZ);
601 zCmp = builder.CreateICmpEQ(z, depthZ);
604 zCmp = builder.CreateICmpSLE(z, depthZ);
607 zCmp = builder.CreateICmpSGT(z, depthZ);
610 zCmp = builder.CreateICmpNE(z, depthZ);
613 zCmp = builder.CreateICmpSGE(z, depthZ);
616 zCmp = ConstantInt::getTrue(mod->getContext());
623 zCmp = ConstantInt::getTrue(mod->getContext())
    [all...]
scanline.cpp 373 // bool zCmp = true;
377 // zCmp = false;
380 // zCmp = z < *depth;
383 // zCmp = z == *depth;
386 // zCmp = z <= *depth;
389 // zCmp = z > *depth;
392 // zCmp = z != *depth;
395 // zCmp = z >= *depth;
398 // zCmp = true;
405 // if (!DepthTest || zCmp) {
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
bash.php 176 'zcat', 'zcmp', 'zdiff', 'zdump', 'zegrep', 'zfgrep', 'zforce',
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 355 milliseconds

1 2