28 #ifndef V8_ARM64_CODEGEN_ARM64_H_
29 #define V8_ARM64_CODEGEN_ARM64_H_
37 class StringCharLoadGenerator :
public AllStatic {
43 static void Generate(MacroAssembler* masm,
50 DISALLOW_COPY_AND_ASSIGN(StringCharLoadGenerator);
54 class MathExpGenerator :
public AllStatic {
66 DISALLOW_COPY_AND_ASSIGN(MathExpGenerator);
71 #endif // V8_ARM64_CODEGEN_ARM64_H_
DwVfpRegister DoubleRegister
static void Generate(MacroAssembler *masm, Register string, Register index, Register result, Label *call_runtime)
static void EmitMathExp(MacroAssembler *masm, DwVfpRegister input, DwVfpRegister result, DwVfpRegister double_scratch1, DwVfpRegister double_scratch2, Register temp1, Register temp2, Register temp3)