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

  /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); }
545 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
552 __ 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/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);
357 MemOperand operand = i.MemoryOperand(&mode, &first_index);
381 MemOperand operand = i.MemoryOperand(&mode, &first_index);
408 MemOperand operand = i.MemoryOperand(&mode, &first_index);
434 MemOperand operand = 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);
    [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/ia32/
code-generator-ia32.cc 111 Operand MemoryOperand(size_t* offset) {
174 Operand MemoryOperand(size_t first_input = 0) {
175 return MemoryOperand(&first_input);
299 __ asm_instr(result, i.MemoryOperand(2)); \
403 __ asm_instr(result, i.MemoryOperand(2)); \
507 __ asm_instr(i.MemoryOperand(3), value); \
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 105 Operand MemoryOperand(size_t* offset) {
168 Operand MemoryOperand(size_t first_input = 0) {
169 return MemoryOperand(&first_input);
302 __ asm_instr(i.MemoryOperand(2)); \
317 __ asm_instr(result, i.MemoryOperand(2)); \
333 __ asm_instr(i.MemoryOperand(3)); \
349 __ asm_instr(i.MemoryOperand(3), i.InputRegister(2)); \
351 __ asm_instr(i.MemoryOperand(3), i.InputImmediate(2)); \
360 Operand left = i.MemoryOperand(&index); \
775 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); }
508 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
515 __ asm_instr(i.InputOrZeroRegister(2), i.MemoryOperand()); \
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 80 Operand MemoryOperand(size_t* offset) {
150 Operand MemoryOperand(size_t first_input = 0) {
151 return MemoryOperand(&first_input);
356 Operand left = i.MemoryOperand(&index); \
420 __ asm_instr(i.OutputRegister(), i.MemoryOperand()); \
    [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...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 84 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) {
101 MemOperand MemoryOperand(AddressingMode* mode, size_t first_index = 0) {
102 return MemoryOperand(mode, &first_index);
565 MemOperand operand = i.MemoryOperand(&mode); \
579 MemOperand operand = i.MemoryOperand(&mode); \
593 MemOperand operand = i.MemoryOperand(&mode, &index); \
609 MemOperand operand = i.MemoryOperand(&mode, &index); \
624 MemOperand operand = i.MemoryOperand(&mode, &index); \
646 MemOperand operand = i.MemoryOperand(&mode, index); \
671 MemOperand operand = i.MemoryOperand(&mode, index);
    [all...]

Completed in 204 milliseconds