Searched refs:ShiftLeftPair (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 426 void ShiftLeftPair(Register dst_low, Register dst_high, Register src_low, 428 void ShiftLeftPair(Register dst_low, Register dst_high, Register src_low,
|
D | macro-assembler-ppc.cc | 809 void MacroAssembler::ShiftLeftPair(Register dst_low, Register dst_high, in ShiftLeftPair() function in v8::internal::MacroAssembler 833 void MacroAssembler::ShiftLeftPair(Register dst_low, Register dst_high, in ShiftLeftPair() function in v8::internal::MacroAssembler
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 739 void ShiftLeftPair(Register dst_low, Register dst_high, Register src_low, 741 void ShiftLeftPair(Register dst_low, Register dst_high, Register src_low,
|
D | macro-assembler-s390.cc | 863 void MacroAssembler::ShiftLeftPair(Register dst_low, Register dst_high, in ShiftLeftPair() function in v8::internal::MacroAssembler 873 void MacroAssembler::ShiftLeftPair(Register dst_low, Register dst_high, in ShiftLeftPair() function in v8::internal::MacroAssembler
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1163 __ ShiftLeftPair(i.OutputRegister(0), second_output, i.InputRegister(0), in AssembleArchInstruction() local 1166 __ ShiftLeftPair(i.OutputRegister(0), second_output, i.InputRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1245 __ ShiftLeftPair(i.OutputRegister(0), second_output, i.InputRegister(0), in AssembleArchInstruction() local 1248 __ ShiftLeftPair(i.OutputRegister(0), second_output, i.InputRegister(0), in AssembleArchInstruction() local
|