Searched refs:Popad (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/x64/
H A Dmacro-assembler-x64.h359 void PopSafepointRegisters() { Popad(); }
1104 void Popad();
1105 // Sets the stack as after performing Popad, without actually loading the
H A Dmacro-assembler-x64.cc3534 // Use lea for symmetry with Popad.
3541 void MacroAssembler::Popad() { function in class:MacroAssembler
3542 // Popad must not change the flags, so use lea instead of addq.
/external/v8/src/builtins/x64/
H A Dbuiltins-x64.cc1227 __ Popad();
1254 __ Popad();
1287 __ Popad();

Completed in 128 milliseconds