HomeSort by relevance Sort by last modified time
    Searched refs:taken (Results 1 - 25 of 39) sorted by null

1 2

  /dalvik/vm/mterp/x86/
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
14 movl $$2,%eax # assume branch not taken
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
17 movl $$2,%eax # assume not taken
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 87 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
92 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
99 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
106 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
  /dalvik/vm/mterp/armv5te/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
16 mov r9, #4 @ r0<- BYTE branch dist for not-taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
13 mov r9, #4 @ r0<- BYTE branch dist for not-taken
  /dalvik/vm/mterp/armv6t2/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
15 mov r9, #4 @ r0<- BYTE branch dist for not-taken
  /external/v8/test/cctest/
test-assembler-ia32.cc 105 __ j(not_zero, &L, taken);
143 __ j(not_zero, &L, taken);
351 __ j(parity_even, &nan_l, taken);
352 __ j(equal, &equal_l, taken);
353 __ j(below, &less_l, taken);
354 __ j(above, &greater_l, taken);
test-disasm-ia32.cc 320 __ j(zero, &Ljcc, taken);
  /dalvik/vm/compiler/
Utility.c 168 if (bb->taken) {
169 LOGD(" Taken branch: block %d (%04x)\n",
170 bb->taken->id, bb->taken->startOffset);
Frontend.c 625 * taken/fallthrough links. Also create chaining cells for code not included
643 /* Link the taken and fallthrough blocks */
656 curBB->taken = searchBB;
686 if (curBB->taken == NULL &&
706 loopBranch->taken = exitBB;
804 if (curBB->taken == NULL &&
840 curBB->taken = newBB;
    [all...]
CompilerIR.h 147 struct BasicBlock *taken; member in struct:BasicBlock
  /external/v8/src/ia32/
ic-ia32.cc 136 __ j(equal, &done, taken);
654 __ j(below, &fast, taken);
    [all...]
macro-assembler-ia32.cc 690 j(equal, &same_contexts, taken);
    [all...]
builtins-ia32.cc 435 __ j(not_zero, &done, taken);
535 __ j(not_zero, &function, taken);
583 __ j(greater, &okay, taken); // Signed comparison.
    [all...]
regexp-macro-assembler-ia32.cc 303 __ j(below, &loop, taken);
643 __ j(above_equal, &stack_ok, taken);
    [all...]
assembler-ia32.h 178 taken = 0x3e enumerator in enum:v8::internal::Hint
183 // itself and not_taken and taken are mapped to each other.
187 : ((hint == not_taken) ? taken : not_taken);
  /device/samsung/crespo/
device_base.mk 135 # Screen density is actually considered a locale (since it is taken into account
  /external/blktrace/btreplay/doc/
btreplay.tex 329 \item Device identifier (taken directly from the device name of the
334 \item And the CPU number (again, taken directly from the
445 \item Device identifier (taken directly from the device name of the
450 \item And the CPU number (again, taken directly from the
  /external/v8/test/mjsunit/
d8-os.js 81 // Check that we get an error if the name is taken by a file.
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]
  /external/bison/data/
glr.c 458 dnl pointers onto yyconfl are taken, which type is "short int *".
675 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [all...]
  /external/v8/src/x64/
assembler-x64.h 247 taken = 0x3e enumerator in enum:v8::internal::Hint
252 // itself and not_taken and taken are mapped to each other.
256 : ((hint == not_taken) ? taken : not_taken);
443 // Number of bytes taken up by the branch target in the code.
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]

Completed in 808 milliseconds

1 2