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

  /external/v8/src/arm/
assembler-arm-inl.h 269 shift_op_ = LSL;
277 shift_op_ == LSL &&
assembler-arm.cc 173 shift_op_ = shift_op;
178 shift_op_ = ROR;
188 shift_op_ = shift_op;
203 shift_op_ = LSL;
214 shift_op_ = shift_op;
855 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
859 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
890 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
892 // and shift_op_ are initialized.
894 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code()
    [all...]
assembler-arm.h 410 ShiftOp shift_op() const { return shift_op_; }
415 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
466 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 25 milliseconds