/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 193 __ LoadlW(r6, FieldMemOperand(r6, SharedFunctionInfo::kFlagsOffset)); in Generate_JSConstructStubGeneric() local 630 __ LoadlW(args_count, in LeaveInterpreterFrame() local 803 __ LoadlW(scratch2, MemOperand(bytecode_size_table, scratch2)); in AdvanceBytecodeOffsetOrReturn() local 887 __ LoadlW(r4, FieldMemOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local 1813 __ LoadlW(r5, FieldMemOperand(r4, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction() local 2078 __ LoadlW(r6, FieldMemOperand(r6, SharedFunctionInfo::kFlagsOffset)); in Generate_ConstructFunction() local 2556 __ LoadlW(scratch_high, in Generate_DoubleToI() local 2558 __ LoadlW(scratch_low, in Generate_DoubleToI() local
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 486 if (doZeroExt) __ LoadlW(i.OutputRegister(), i.OutputRegister()); \ 606 __ LoadlW(i.OutputRegister(), r0); \ 902 __ LoadlW(temp0, MemOperand(addr, offset)); \ 1032 __ LoadlW(result, result); \ 1038 __ LoadlW(prev, MemOperand(addr, offset)); \ 2419 ASSEMBLE_UNARY_OP(R_DInstr(MovFloatToInt), R_MInstr(LoadlW), nullInstr); in AssembleArchInstruction() 2445 ASSEMBLE_LOAD_INTEGER(LoadlW); in AssembleArchInstruction() 2537 __ LoadlW(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 2553 __ LoadlW(output, MemOperand(r1, offset)); \ in AssembleArchInstruction() 2674 __ LoadlW(output, MemOperand(r1)); in AssembleArchInstruction() local
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 416 __ LoadlW(r8, MemOperand(r9, kLevelOffset)); in CallApiFunctionAndReturn() local 456 __ LoadlW(r3, MemOperand(r9, kLevelOffset)); in CallApiFunctionAndReturn() local
|
D | deoptimizer-s390.cc | 177 __ LoadlW(r3, MemOperand(r2, Deoptimizer::output_count_offset())); in Generate() local
|
D | macro-assembler-s390.cc | 2151 LoadlW(dst, r0); \ 2246 LoadlW(dst, r1); \ 2265 LoadlW(dst, r1); \ 2320 LoadlW(dst, r0); \ 2339 LoadlW(dst, r0); \ 3732 void TurboAssembler::LoadlW(Register dst, Register src) { in LoadlW() function in v8::internal::TurboAssembler 3742 void TurboAssembler::LoadlW(Register dst, const MemOperand& mem, in LoadlW() function in v8::internal::TurboAssembler 3834 LoadlW(dst, dst); in LoadLogicalReversedWordP()
|
D | macro-assembler-s390.h | 415 void LoadlW(Register dst, const MemOperand& opnd, Register scratch = no_reg); 416 void LoadlW(Register dst, Register src);
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 1234 __ LoadlW(current_character(), in LoadCurrentCharacterUnchecked() local 1261 __ LoadlW(current_character(), in LoadCurrentCharacterUnchecked() local
|