Searched defs:LoadW (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1296 __ LoadW(i.OutputRegister(), i.OutputRegister()); in AssembleArchInstruction() local 1323 __ LoadW(i.OutputRegister(), i.OutputRegister()); in AssembleArchInstruction() local 1403 __ LoadW(i.OutputRegister(), r0); in AssembleArchInstruction() local 1408 __ LoadW(i.OutputRegister(0), r1); // low in AssembleArchInstruction() local 1409 __ LoadW(i.OutputRegister(1), r0); // high in AssembleArchInstruction() local 1614 __ LoadW(i.OutputRegister(), i.OutputRegister()); in AssembleArchInstruction() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 794 __ LoadW( in Generate_ResumeGeneratorTrampoline() local 2422 __ LoadW(caller_args_count_reg, in PrepareForTailCall() local 2534 __ LoadW( in Generate_CallFunction() local
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 3913 __ LoadW( in Generate() local 4058 __ LoadW( in Generate() local 4318 __ LoadW(r2, FieldMemOperand( in Generate() local
|
D | macro-assembler-s390.cc | 4729 void MacroAssembler::LoadW(Register dst, Register src) { in LoadW() function in v8::internal::MacroAssembler 4738 void MacroAssembler::LoadW(Register dst, const MemOperand& mem, in LoadW() function in v8::internal::MacroAssembler
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 728 __ LoadW(r3, MemOperand(scratch)); in DeoptimizeIf() local 2862 __ LoadW(result, mem_operand, r0); in DoShiftI() local
|