/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_lowering_nv50.cpp | 652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); 708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); 731 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l [all...] |
/external/elfutils/tests/ |
run-find-prologues.sh | 26 . $srcdir/test-subr.sh
|
run-get-aranges.sh | 27 . $srcdir/test-subr.sh
|
run-line2addr.sh | 27 . $srcdir/test-subr.sh
|
run-native-test.sh | 27 . $srcdir/test-subr.sh
|
run-strip-test.sh | 27 . $srcdir/test-subr.sh
|
test-subr.sh | 27 # This file is sourced by ". $srcdir/test-subr.sh" at the start of
|
ChangeLog | 30 * test-subr.sh (LC_ALL): Export it set to "C". 206 * test-subr.sh (remove_files): Don't pass -Bb to diff. 394 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh. 500 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib. 508 * test-subr.sh (installed_testrun): Likewise. 570 * test-subr.sh (installed_testrun): When running a test binary 575 * test-subr.sh: New file. 581 * run-addrscopes.sh: Use test-subr.sh.
|
run-get-files.sh | 27 . $srcdir/test-subr.sh
|
run-addrname-test.sh | 26 . $srcdir/test-subr.sh
|
run-get-lines.sh | 27 . $srcdir/test-subr.sh
|
Makefile.am | 130 coverage.sh test-subr.sh test-wrapper.sh \
|
run-show-die-info.sh | 27 . $srcdir/test-subr.sh [all...] |
run-strings-test.sh | 27 . $srcdir/test-subr.sh
|
/external/javassist/src/main/javassist/ |
CtBehavior.java | 797 int subr = iterator.getCodeLength() - gapLen; local 801 if (pos >= subr) 808 insertGoto(iterator, subr, pos); 809 subr = iterator.getCodeLength() - gapLen; 850 * assert subr > pos 852 private void insertGoto(CodeIterator iterator, int subr, int pos) 855 iterator.setMark(subr); 858 boolean wide = subr + 2 - pos > Short.MAX_VALUE; [all...] |
/external/chromium_org/third_party/ots/test/ |
cff_type2_charstring_test.cc | 91 // Adds a subroutine |subr| to |out_buffer| and |out_subr|. The contents of the 94 bool AddSubr(const int *subr, size_t subr_len, 98 if (subr[i] != kOpPrefix) { 99 if (!EncodeNumber(subr[i], out_buffer)) { 107 if (!EncodeOperator(subr[i], out_buffer)) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 754 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 755 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 756 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l3 [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 754 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 755 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 756 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l3 [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | [all...] |
/external/chromium_org/third_party/ots/src/ |
cff.cc | 348 // Since a Private DICT for FDArray might not have a Local Subr (e.g. Hiragino 349 // Kaku Gothic Std W8), we create an empty Local Subr here to match the size
|
cff_type2_charstring.cc | 143 // For safety, we allow subr calls only with immediate subr numbers for
|
/external/jpeg/ |
wrgif.c | 210 /* Emit 3 copies of same byte value --- handy subr for colormap construction */
|
/external/qemu/distrib/jpeg-6b/ |
wrgif.c | 210 /* Emit 3 copies of same byte value --- handy subr for colormap construction */
|
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 784 unsigned SubR = MRI->createVirtualRegister(IntRC); 786 BuildMI(*PH, InsertPos, DL, SubD, SubR); 798 DistR = SubR; [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrFPStack.td | 215 defm SUBR: FPBinary<fsub ,MRM5m, "subr">; [all...] |