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

  /external/v8/src/ia32/
macro-assembler-ia32.h 52 typedef Operand MemOperand;
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 40 typedef Operand MemOperand;
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 63 typedef Operand MemOperand;
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 51 typedef Operand MemOperand;
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 164 // Implementation of Operand and MemOperand
208 MemOperand::MemOperand(Register rn, int32_t offset, AddrMode am) {
215 MemOperand::MemOperand(Register rn, Register rm, AddrMode am) {
224 MemOperand::MemOperand(Register rn, Register rm,
242 // str(r, MemOperand(sp, 4, NegPreIndex), al) instruction (aka push(r))
246 // ldr(r, MemOperand(sp, 4, PostIndex), al) instruction (aka pop(r))
848 ldr(rd, MemOperand(pc, 0), cond)
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 386 // Class MemOperand represents a memory operand in load and store instructions.
387 class MemOperand : public Operand {
389 explicit MemOperand(Register rn, int32_t offset = 0);
700 void lb(Register rd, const MemOperand& rs);
701 void lbu(Register rd, const MemOperand& rs);
702 void lh(Register rd, const MemOperand& rs);
703 void lhu(Register rd, const MemOperand& rs);
704 void lw(Register rd, const MemOperand& rs);
705 void lwl(Register rd, const MemOperand& rs);
706 void lwr(Register rd, const MemOperand& rs)
    [all...]
assembler-mips.cc 238 // Implementation of Operand and MemOperand.
258 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) {
274 // sw(r, MemOperand(sp, 0))
277 // lw(r, MemOperand(sp, 0))
    [all...]
  /external/v8/src/mips/
assembler-mips.h 388 // Class MemOperand represents a memory operand in load and store instructions.
389 class MemOperand : public Operand {
391 explicit MemOperand(Register rn, int32_t offset = 0);
744 void lb(Register rd, const MemOperand& rs);
745 void lbu(Register rd, const MemOperand& rs);
746 void lh(Register rd, const MemOperand& rs);
747 void lhu(Register rd, const MemOperand& rs);
748 void lw(Register rd, const MemOperand& rs);
749 void lwl(Register rd, const MemOperand& rs);
750 void lwr(Register rd, const MemOperand& rs)
    [all...]
assembler-mips.cc 210 // Implementation of Operand and MemOperand.
229 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) {
245 // sw(r, MemOperand(sp, 0))
248 // lw(r, MemOperand(sp, 0))
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 325 // Implementation of Operand and MemOperand
370 MemOperand::MemOperand(Register rn, int32_t offset, AddrMode am) {
378 MemOperand::MemOperand(Register rn, Register rm, AddrMode am) {
387 MemOperand::MemOperand(Register rn, Register rm,
465 // str(r, MemOperand(sp, 4, NegPreIndex), al) instruction (aka push(r))
469 // ldr(r, MemOperand(sp, 4, PostIndex), al) instruction (aka pop(r))
    [all...]

Completed in 440 milliseconds