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

  /external/v8/src/arm/
disasm-arm.cc 559 if (format[1] == 'h') { // 'shift_op or 'shift_rm or 'shift_sat.
560 if (format[6] == 'o') { // 'shift_op
561 ASSERT(STRING_STARTS_WITH(format, "shift_op"));
828 Format(instr, "and'cond's 'rd, 'rn, 'shift_op");
832 Format(instr, "eor'cond's 'rd, 'rn, 'shift_op");
836 Format(instr, "sub'cond's 'rd, 'rn, 'shift_op");
840 Format(instr, "rsb'cond's 'rd, 'rn, 'shift_op");
844 Format(instr, "add'cond's 'rd, 'rn, 'shift_op");
848 Format(instr, "adc'cond's 'rd, 'rn, 'shift_op");
852 Format(instr, "sbc'cond's 'rd, 'rn, 'shift_op");
    [all...]
assembler-arm.h 413 // rm <shift_op> shift_imm
414 explicit Operand(Register rm, ShiftOp shift_op, int shift_imm);
416 // rm <shift_op> rs
417 explicit Operand(Register rm, ShiftOp shift_op, Register rs);
437 ShiftOp shift_op() const { return shift_op_; } function in class:v8::internal::BASE_EMBEDDED
466 // [rn +/- rm <shift_op> shift_imm] Offset/NegOffset
467 // [rn +/- rm <shift_op> shift_imm]! PreIndex/NegPreIndex
468 // [rn], +/- rm <shift_op> shift_imm PostIndex/NegPostIndex
470 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);
    [all...]
assembler-arm.cc 183 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) {
185 ASSERT(shift_op != ROR || shift_imm != 0); // use RRX if you mean it
188 shift_op_ = shift_op;
190 if (shift_op == RRX) {
199 Operand::Operand(Register rm, ShiftOp shift_op, Register rs) {
200 ASSERT(shift_op != RRX);
203 shift_op_ = shift_op;
225 ShiftOp shift_op, int shift_imm, AddrMode am) {
229 shift_op_ = shift_op;
    [all...]
macro-assembler-arm.cc 373 ASSERT((src.shift_op() == ASR) || (src.shift_op() == LSL));
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 3174 IROp shift_op, add_op; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 113 milliseconds