Home
last modified time | relevance | path

Searched refs:MemoryOperand (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc119 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
185 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
186 return MemoryOperand(&first_input); in MemoryOperand()
374 Operand left = i.MemoryOperand(&index); \
430 Operand right = i.MemoryOperand(&index); \
445 __ mov_inst(eax, i.MemoryOperand(1)); \
449 __ cmpxchg_inst(i.MemoryOperand(1), i.TempRegister(0)); \
457 __ mov(eax, i.MemoryOperand(2)); \
466 __ cmpxchg8b(i.MemoryOperand(2)); \
476 __ mov_instr(i.OutputRegister(), i.MemoryOperand()); \
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc92 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
159 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
160 return MemoryOperand(&first_input); in MemoryOperand()
745 Operand right = i.MemoryOperand(&index); \
768 Operand left = i.MemoryOperand(&index); \
830 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
842 Operand right = i.MemoryOperand(&index); \
867 Operand right = i.MemoryOperand(&index); \
896 __ mov_inst(rax, i.MemoryOperand(1)); \
900 __ cmpxchg_inst(i.MemoryOperand(
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc86 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::final
109 MemOperand MemoryOperand(AddressingMode* mode = nullptr, in MemoryOperand() function in v8::internal::compiler::final
111 return MemoryOperand(mode, &first_index); in MemoryOperand()
349 mem = i.MemoryOperand(&mode, &first_index); \
363 mem = i.MemoryOperand(&mode, &first_index); \
532 MemOperand operand = i.MemoryOperand(&mode, &first_index); \
565 MemOperand operand = i.MemoryOperand(&mode, &first_index); \
598 MemOperand operand = i.MemoryOperand(&mode, &first_index); \
668 MemOperand operand = i.MemoryOperand(&mode); \
676 MemOperand operand = i.MemoryOperand(
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc121 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::final
138 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::final
315 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
322 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
1578 __ Lbu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1581 __ Lb(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1584 __ Sb(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
1587 __ Lhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1590 __ Ulhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp641 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in emitPrefixImpl() local
642 if (MemoryOperand != -1) in emitPrefixImpl()
643 MemoryOperand += CurOp; in emitPrefixImpl()
646 if (MemoryOperand >= 0) in emitPrefixImpl()
647 emitSegmentOverridePrefix(CurByte, MemoryOperand + X86::AddrSegmentReg, MI, in emitPrefixImpl()
664 } else if (MemoryOperand < 0) { in emitPrefixImpl()
667 assert(!is16BitMemOperand(MI, MemoryOperand, STI)); in emitPrefixImpl()
668 need_address_override = is32BitMemOperand(MI, MemoryOperand); in emitPrefixImpl()
670 assert(!is64BitMemOperand(MI, MemoryOperand)); in emitPrefixImpl()
671 need_address_override = is16BitMemOperand(MI, MemoryOperand, ST in emitPrefixImpl()
[all...]
H A DX86AsmBackend.cpp311 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in isRIPRelative() local
312 if (MemoryOperand < 0) in isRIPRelative()
314 unsigned BaseRegNum = MemoryOperand + CurOp + X86::AddrBaseReg; in isRIPRelative()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::final
125 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::final
329 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
336 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
1609 __ Lbu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1612 __ Lb(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1615 __ Sb(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
1618 __ Lhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1621 __ Ulhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::final
126 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::final
322 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
330 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
1471 __ Ld_bu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1474 __ Ld_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1477 __ St_b(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
1480 __ Ld_hu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1483 __ Ld_h(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc173 MemOperand MemoryOperand(size_t index = 0) { in MemoryOperand() function in v8::internal::compiler::final
1843 __ Ldrb(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1847 __ Ldrsb(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1851 __ Ldrsb(i.OutputRegister32(), i.MemoryOperand()); in AssembleArchInstruction()
1855 __ Strb(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction()
1859 __ Ldrh(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1863 __ Ldrsh(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1867 __ Ldrsh(i.OutputRegister32(), i.MemoryOperand()); in AssembleArchInstruction()
1871 __ Strh(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction()
1875 __ Ldrsw(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::final
123 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::final
321 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
328 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
1513 __ lbu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1516 __ lb(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1519 __ sb(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
1522 __ lhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
1525 __ Ulhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc91 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::final
108 MemOperand MemoryOperand(AddressingMode* mode = NULL, in MemoryOperand() function in v8::internal::compiler::final
110 return MemoryOperand(mode, &first_index); in MemoryOperand()
461 MemOperand operand = i.MemoryOperand(&mode); \
480 MemOperand operand = i.MemoryOperand(&mode); \
499 MemOperand operand = i.MemoryOperand(&mode); \
511 MemOperand operand = i.MemoryOperand(&mode, &index); \
530 MemOperand operand = i.MemoryOperand(&mode, &index); \
547 MemOperand operand = i.MemoryOperand(&mode, &index); \
1994 MemOperand operand = i.MemoryOperand( in AssembleArchInstruction()
[all...]

Completed in 41 milliseconds