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

  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 3056 IRExpr *imm_val; local
3468 IRExpr *imm_val; local
3834 IRTemp shval, old_shval, imm_val, round; local
3971 IRTemp tmp, shval, mask, old_shval, imm_val, round; local
5945 IRExpr *imm_val; local
6400 IRExpr *imm_val; local
7669 IRExpr *imm_val; local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 53 LIR* Mir2Lir::GenImmedCheck(ConditionCode c_code, int reg, int imm_val, ThrowKind kind) {
54 LIR* tgt = RawLIR(0, kPseudoThrowTarget, kind, current_dalvik_offset_, reg, imm_val);
59 branch = OpCmpImmBranch(c_code, reg, imm_val, tgt);
    [all...]
mir_to_lir.h 387 LIR* GenImmedCheck(ConditionCode c_code, int reg, int imm_val,
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 2223 int32_t imm_val = (instr->ImmedHValue() << 4) | instr->ImmedLValue(); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2126 int32_t imm_val = (instr->ImmedHValue() << 4) | instr->ImmedLValue(); local
    [all...]

Completed in 637 milliseconds