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

  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 96 ARMWord imm2; local
133 imm2 = OP2_IMM | ((imm >> 8) & 0xff) | (((rol + 8) & 0xf) << 8);
155 imm2 = OP2_IMM | (imm >> 24) | ((rol & 0xf) << 8);
184 imm2 = OP2_IMM | (imm >> 24) | ((rol & 0xf) << 8);
191 orr_r(reg, reg, imm2);
194 bic_r(reg, reg, imm2);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 380 int32_t imm2; local
381 if (isDoubleConstantWithInt32Value(node.child2, imm2)) {
386 speculationCheck(m_jit.branchAdd32(MacroAssembler::Overflow, reg, Imm32(imm2), result.registerID()));
413 int32_t imm2; local
414 if (isDoubleConstantWithInt32Value(node.child2, imm2)) {
419 speculationCheck(m_jit.branchSub32(MacroAssembler::Overflow, reg, Imm32(imm2), result.registerID()));
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2635 int imm2 = (insn >> 4) & 0x3; local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 2016 int imm2 = (insn >> 4) & 0x3; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 17632 UInt imm2 = INSN1(5,4); local
18764 UInt imm2 = INSN1(5,4); local
    [all...]

Completed in 3819 milliseconds