Home | History | Annotate | Download | only in x86

Lines Matching defs:pushl

95 void X86Assembler::pushl(Register reg) {
101 void X86Assembler::pushl(const Address& address) {
108 void X86Assembler::pushl(const Immediate& imm) {
2692 pushl(Immediate(High32Bits(value)));
2693 pushl(Immediate(Low32Bits(value)));