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

  /external/v8/src/arm/
assembler-arm-inl.h 187 shift_op_ = LSL;
195 shift_op_ == LSL &&
assembler-thumb2-inl.h 187 shift_op_ = LSL;
195 shift_op_ == LSL &&
assembler-arm.cc 249 shift_op_ = shift_op;
254 shift_op_ = ROR;
264 shift_op_ = shift_op;
279 shift_op_ = LSL;
290 shift_op_ = shift_op;
682 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
686 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
717 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
719 // and shift_op_ are initialized.
721 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code()
    [all...]
assembler-thumb2.cc 229 shift_op_ = shift_op;
234 shift_op_ = ROR;
244 shift_op_ = shift_op;
259 shift_op_ = LSL;
270 shift_op_ = shift_op;
662 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
666 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
697 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
699 // and shift_op_ are initialized.
701 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code()
    [all...]
assembler-arm.h 421 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
455 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
assembler-thumb2.h 421 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
455 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 60 milliseconds