/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips.l | 18 .*:2622: Warning: branch bge is always true 19 .*:2625: Warning: branch bgeu is always true 20 .*:2634: Warning: branch bgeu is always true 21 .*:2709: Warning: branch ble is always true 22 .*:2724: Warning: branch bleu is always true 23 .*:2730: Warning: branch bleu is always true 24 .*:2733: Warning: branch bleu is always true 25 .*:2832: Warning: branch bgel is always true 26 .*:2835: Warning: branch bgeul is always true 27 .*:2844: Warning: branch bgeul is always tru [all...] |
branch-misc-2pic.d | 2 #name: MIPS branch-misc-2pic 3 #source: branch-misc-2.s
|
branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information.
|
loc-swap.s | 1 # Source file to test DWARF-2 location information with branch swapping.
|
micromips-warn-branch-delay-1.d | 2 #name: microMIPS fixed-size branch delay slots 1 4 #source: micromips-warn-branch-delay-1.s
|
micromips-warn-branch-delay-1.s | 2 # branch delay slots.
|
micromips@branch-misc-2.d | 2 #name: MIPS branch-misc-2 3 #source: branch-misc-2.s
|
micromips@branch-misc-2pic.d | 2 #name: MIPS branch-misc-2pic 3 #source: branch-misc-2.s
|
micromips@branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
micromips@branch-self.d | 4 #source: branch-self.s 6 # Test various ways to request a branch to self (microMIPS).
|
micromips@loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information (microMIPS).
|
mips16@loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information (MIPS16).
|
mipsr6@branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
mipsr6@loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 109 struct branchinfo * branch; local 114 branch = &s->BranchStack[s->BranchStackSize++]; 115 branch->HaveElse = 0; 116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R)); 288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local 292 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif); 296 if (branch->HaveElse) { 299 memcpy(&branch->StoreElse, &s.R, sizeof(s.R)) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
Utils.java | 39 * convert byte arrays to hex strings etc. Generate tags and branch identifiers 164 * generate a branch identifier. 167 * used as a branch identifier. 184 String branch = topmostVia.getBranch(); local 185 return branch != null && branch.endsWith(this.signature); 197 throw new RuntimeException("Duplicate Branch ID");
|
/external/v8/test/unittests/compiler/ |
change-lowering-unittest.cc | 371 Capture<Node*> add, branch, heap_number, if_true; local 387 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), 388 IsIfFalse(AllOf(CaptureEq(&branch), 402 Capture<Node*> branch, if_true; local 411 CaptureEq(&branch), 415 IsIfFalse(CaptureEq(&branch))))); 427 Capture<Node*> branch, if_true; local 434 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), 436 CaptureEq(&branch), 450 Capture<Node*> branch, if_true local 473 Capture<Node*> branch, heap_number, if_false; local 528 Capture<Node*> branch, if_true; local 553 Capture<Node*> branch, if_true; local 577 Capture<Node*> branch, if_true; local 601 Capture<Node*> branch, heap_number, if_false; local [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
relax-direct.s | 55 ;; 'bne' is assembled as far branch and must relax to 56 ;; a relative 8-bit branch. 58 ;; Likewise for next branch
|
/external/llvm/test/MC/Mips/ |
micromips-diagnostic-fixup.s | 11 nop # This instr makes the branch too long to fit into a 17-bit offset
|
mips-diagnostic-fixup.s | 11 nop # This instr makes the branch too long to fit into a 18-bit offset
|
/external/llvm/test/MC/Mips/mips32r6/ |
valid.s | 11 # appropriately for each branch instruction
|
/external/llvm/test/MC/Mips/mips64r6/ |
valid.s | 11 # appropriately for each branch instruction
|
/external/nist-sip/java/javax/sip/header/ |
ViaHeader.java | 10 void setBranch(String branch) throws ParseException;
|
/external/proguard/src/proguard/evaluation/ |
BasicBranchUnit.java | 28 * This BranchUnit remembers the branch unit commands that are invoked on it. 41 * Resets the flag that tells whether any of the branch unit commands was 50 * Sets the flag that tells whether any of the branch unit commands was 59 * Returns whether any of the branch unit commands was called. 68 * Sets the initial branch targets, which will be updated as the branch 69 * methods of the branch unit are called. 84 public void branch(Clazz clazz, method in class:BasicBranchUnit 89 // Override the branch targets. 102 // Accumulate the branch targets [all...] |