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

  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 113 Operand MemoryOperand(size_t* offset) {
176 Operand MemoryOperand(size_t first_input = 0) {
177 return MemoryOperand(&first_input);
300 __ asm_instr(result, i.MemoryOperand(2)); \
315 __ asm_instr(result, i.MemoryOperand(2)); \
330 __ asm_instr(i.MemoryOperand(3), i.InputDoubleRegister(2)); \
346 __ asm_instr(i.MemoryOperand(3), i.InputRegister(2)); \
348 __ asm_instr(i.MemoryOperand(3), i.InputImmediate(2)); \
357 Operand left = i.MemoryOperand(&index); \
682 Operand operand = i.MemoryOperand(&index)
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 110 MemOperand MemoryOperand(size_t* first_index) {
126 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); }
488 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
495 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 110 MemOperand MemoryOperand(size_t* first_index) {
126 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); }
502 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
509 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 776 // CurOp points to start of the MemoryOperand,
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 162 MemOperand MemoryOperand(size_t* first_index) {
190 MemOperand MemoryOperand(size_t first_index = 0) {
191 return MemoryOperand(&first_index);
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 107 Operand MemoryOperand(size_t* offset) {
170 Operand MemoryOperand(size_t first_input = 0) {
171 return MemoryOperand(&first_input);
304 __ asm_instr(i.MemoryOperand(2)); \
319 __ asm_instr(result, i.MemoryOperand(2)); \
335 __ asm_instr(i.MemoryOperand(3)); \
351 __ asm_instr(i.MemoryOperand(3), i.InputRegister(2)); \
353 __ asm_instr(i.MemoryOperand(3), i.InputImmediate(2)); \
362 Operand left = i.MemoryOperand(&index); \
779 Operand operand = i.MemoryOperand(&index)
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 83 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) {
100 MemOperand MemoryOperand(AddressingMode* mode, size_t first_index = 0) {
101 return MemoryOperand(mode, &first_index);
562 MemOperand operand = i.MemoryOperand(&mode); \
576 MemOperand operand = i.MemoryOperand(&mode); \
590 MemOperand operand = i.MemoryOperand(&mode, &index); \
606 MemOperand operand = i.MemoryOperand(&mode, &index); \
621 MemOperand operand = i.MemoryOperand(&mode, &index); \
643 MemOperand operand = i.MemoryOperand(&mode, index); \
668 MemOperand operand = i.MemoryOperand(&mode, index);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 81 Operand MemoryOperand(size_t* offset) {
151 Operand MemoryOperand(size_t first_input = 0) {
152 return MemoryOperand(&first_input);
339 Operand left = i.MemoryOperand(&index); \
403 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 78 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) {
102 MemOperand MemoryOperand(AddressingMode* mode = NULL,
104 return MemoryOperand(mode, &first_index);
577 MemOperand operand = i.MemoryOperand(&mode); \
585 MemOperand operand = i.MemoryOperand(&mode); \
593 MemOperand operand = i.MemoryOperand(&mode, &index); \
602 MemOperand operand = i.MemoryOperand(&mode, &index); \
611 MemOperand operand = i.MemoryOperand(&mode, &index); \
621 MemOperand operand = i.MemoryOperand(&mode, index); \
640 MemOperand operand = i.MemoryOperand(&mode, index);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 873 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags);
874 if (MemoryOperand != -1) MemoryOperand += CurOp;
877 EmitOpcodePrefix(TSFlags, CurByte, MemoryOperand, MI, Desc, OS);
879 EmitVEXOpcodePrefix(TSFlags, CurByte, MemoryOperand, MI, Desc, OS);
    [all...]

Completed in 394 milliseconds