HomeSort by relevance Sort by last modified time
    Searched defs:jump (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssembler.h 70 using MacroAssemblerBase::jump;
138 void jump(Label target) function in class:JSC::MacroAssembler
140 jump().linkTo(target, this);
275 Jump branchPtr(Condition cond, RegisterID left, RegisterID right)
280 Jump branchPtr(Condition cond, RegisterID left, TrustedImmPtr right)
285 Jump branchPtr(Condition cond, RegisterID left, Address right)
290 Jump branchPtr(Condition cond, Address left, RegisterID right)
295 Jump branchPtr(Condition cond, AbsoluteAddress left, RegisterID right)
300 Jump branchPtr(Condition cond, Address left, TrustedImmPtr right)
305 Jump branchPtr(Condition cond, AbsoluteAddress left, TrustedImmPtr right
    [all...]
LinkBuffer.h 47 // * Jump objects may be linked to external targets,
48 // * The address of Jump objects may taken, such that it can later be relinked.
58 typedef MacroAssembler::Jump Jump;
100 void link(Jump jump, CodeLocationLabel label)
102 jump.m_jmp = applyOffset(jump.m_jmp);
103 MacroAssembler::linkJump(code(), jump, label); local
233 // Copy the instructions from the last jump to the current one
    [all...]
MacroAssemblerX86Common.h 604 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
614 Jump isUnordered(m_assembler.jp());
615 Jump result = Jump(m_assembler.je());
619 Jump isUnordered(m_assembler.jp());
620 Jump isEqual(m_assembler.je());
622 Jump result = jump();
628 return Jump(m_assembler.jCC(static_cast<X86Assembler::Condition>(cond & ~DoubleConditionBits)));
636 Jump branchTruncateDoubleToInt32(FPRegisterID src, RegisterID dest, BranchTruncateType branchType = Bra (…)
937 Jump jump() function in class:JSC::MacroAssemblerX86Common
942 void jump(RegisterID target) function in class:JSC::MacroAssemblerX86Common
948 void jump(Address address) function in class:JSC::MacroAssemblerX86Common
    [all...]
MacroAssemblerARM.h 390 Jump branch8(Condition cond, Address left, TrustedImm32 right)
396 Jump branch32(Condition cond, RegisterID left, RegisterID right, int useConstantPool = 0)
399 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool));
402 Jump branch32(Condition cond, RegisterID left, TrustedImm32 right, int useConstantPool = 0)
414 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool));
417 Jump branch32(Condition cond, RegisterID left, Address right)
423 Jump branch32(Condition cond, Address left, RegisterID right)
429 Jump branch32(Condition cond, Address left, TrustedImm32 right)
435 Jump branch32(Condition cond, BaseIndex left, TrustedImm32 right)
441 Jump branch32WithUnalignedHalfWords(Condition cond, BaseIndex left, TrustedImm32 right
500 Jump jump() function in class:JSC::MacroAssemblerARM
505 void jump(RegisterID target) function in class:JSC::MacroAssemblerARM
510 void jump(Address address) function in class:JSC::MacroAssemblerARM
761 Jump jump = branch32(cond, left, ARMRegisters::S1, true); local
769 Jump jump = branch32(cond, ARMRegisters::S0, ARMRegisters::S1, true); local
    [all...]
MacroAssemblerARMv7.h 655 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
661 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump.
662 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
663 Jump result = makeBranch(ARMv7Assembler::ConditionNE);
668 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
669 Jump notEqual = makeBranch(ARMv7Assembler::ConditionNE);
672 Jump result = makeJump();
679 Jump branchTruncateDoubleToInt32(FPRegisterID, RegisterID)
682 return jump();
694 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump
1000 Jump jump() function in class:JSC::MacroAssemblerARMv7
1005 void jump(RegisterID target) function in class:JSC::MacroAssemblerARMv7
1011 void jump(Address address) function in class:JSC::MacroAssemblerARMv7
    [all...]
MacroAssemblerMIPS.h 887 // This set of jump and conditional branch operations return a Jump
888 // object which may linked at a later point, allow forwards jump,
903 Jump branch8(Condition cond, Address left, TrustedImm32 right)
912 Jump branch32(Condition cond, RegisterID left, RegisterID right)
1100 Jump jump() function in class:JSC::MacroAssemblerMIPS
1105 void jump(RegisterID target) function in class:JSC::MacroAssemblerMIPS
1111 void jump(Address address) function in class:JSC::MacroAssemblerMIPS
    [all...]
MacroAssemblerSH4.h 869 Jump branch32WithUnalignedHalfWords(Condition cond, BaseIndex left, TrustedImm32 right)
883 Jump branchDoubleNonZero(FPRegisterID reg, FPRegisterID scratch)
890 Jump branchDoubleZeroOrNaN(FPRegisterID reg, FPRegisterID scratch)
897 Jump branchDouble(Condition cond, FPRegisterID left, FPRegisterID right)
1440 Jump jump() function in class:JSC::MacroAssemblerSH4
1445 void jump(RegisterID target) function in class:JSC::MacroAssemblerSH4
1450 void jump(Address address) function in class:JSC::MacroAssemblerSH4
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 124 BEQ jump
129 jump: label
  /external/mesa3d/src/glsl/
loop_analysis.cpp 482 ir_loop_jump *const jump = (ir_loop_jump *) inst; local
483 if (jump->mode != ir_loop_jump::jump_break)
ast_to_hir.cpp 2865 ir_loop_jump *const jump = local
    [all...]
  /frameworks/base/media/libeffects/testlibs/
AudioEqualizer.cpp 88 const int32_t jump = (top - bottom) / (mNumPeaking + 2); local
89 int32_t centerFreq = bottom + jump/2;
93 centerFreq += jump;
97 centerFreq += jump;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
bootparam.h 23 __u16 jump; member in struct:setup_header
  /system/extras/fatblock/
fat.h 29 uint8_t jump[3]; member in struct:fat_boot_sector
  /dalvik/dx/src/com/android/dx/gen/
Code.java 177 jump(label); // blocks must end with a branch, return or throw
182 public void jump(Label target) { method in class:Code
  /external/icu4c/common/
uhash.c 315 * "jump" value (moduloing by the length again to keep it within
326 * otherwise we are not guaranteed that the jump value (the secondary
335 int32_t jump = 0; /* lazy evaluate */ local
358 if (jump == 0) { /* lazy compute jump */
359 /* The jump value must be relatively prime to the table
363 jump = (hashcode % (hash->length - 1)) + 1;
365 theIndex = (theIndex + jump) % hash->length;
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 674 void addBranch(const MacroAssembler::Jump& jump, BlockIndex destination)
676 m_branches.append(BranchRecord(jump, destination));
683 branch.jump.linkTo(m_blockHeads[branch.destination], &m_jit);
720 BranchRecord(MacroAssembler::Jump jump, BlockIndex destination)
721 : jump(jump)
726 MacroAssembler::Jump jump; member in struct:JSC::DFG::JITCodeGenerator::BranchRecord
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 347 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */ function
386 FATAL("illegal jump type %d", n);
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
94 IPTCC_R_JUMP, /* jump to other chain */
107 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */ member in struct:rule_head
127 unsigned int index; /* index (needed for jump resolval) */
395 } else if (res < 0) { /* Too far, jump back */
404 debug("jump back to pos:%d (end:%d)\n", pos, end);
406 } else if (res > 0 ){ /* Not far enough, jump forward */
430 debug("jump forward to pos:%d (end:%d)\n", pos, end);
702 * chains, but this function is only used for finding jump
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 125 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo));
135 failures.append(jump());
139 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo));
142 failures.append(jump());
168 Jump unicodeFail;
170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f));
184 Jump below = branch32(LessThan, character, Imm32(lo));
190 unicodeFail = jump();
231 Jump jumpIfNoAvailableInput(unsigned countToCheck)
237 Jump jumpIfAvailableInput(unsigned countToCheck
716 generator->m_expressionState.addIndirectJumpEntry(getStackOffset(), jump); local
    [all...]
  /external/grub/stage2/
shared.h 402 unsigned short jump; /* Jump instruction */ member in struct:linux_kernel_header
  /external/qemu/block/
vvfat.c 206 uint8_t jump[3]; member in struct:bootsector_t
959 bootsector->jump[0]=0xeb;
960 bootsector->jump[1]=0x3e;
961 bootsector->jump[2]=0x90;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 450 __u8 jump[3]; member in struct:ntfs_super_block
  /external/emma/lib/
emma.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 813 milliseconds