Lines Matching refs:addl

620   case 0x81: // addl a, #32; addl r, #32
627 case 0x83: // addl a, #8; addl r, #8
643 case REP4(0x00): // addb a, r; addl a, r; addb r, a; addl r, a
932 void Assembler::addl(Address dst, int32_t imm32) {
938 void Assembler::addl(Address dst, Register src) {
945 void Assembler::addl(Register dst, int32_t imm32) {
950 void Assembler::addl(Register dst, Address src) {
957 void Assembler::addl(Register dst, Register src) {
5857 addl(rbx, rax); // add lo(x_lo * y_hi) to rbx,
5862 addl(rdx, rbx); // correct hi(x_lo * y_lo)
5952 addl(rsp, 2 * wordSize);
6093 addl(rsp, wordSize); // discard argument
6106 addl(rsp, wordSize);
6689 LP64_ONLY(addq(dst, imm32)) NOT_LP64(addl(dst, imm32));
6693 LP64_ONLY(addq(dst, src)) NOT_LP64(addl(dst, src));
6697 LP64_ONLY(addq(dst, src)) NOT_LP64(addl(dst, src));
7410 addl(reg, offset);
7602 addl(rax, 1023);
7606 addl(rdx,1);
7612 // Do 2- first because addl just updated the flags.
7880 if (value == min_jint) {addl(reg, value) ; return; }
7884 /* else */ { addl(reg, value) ; return; }
7888 if (value == min_jint) {addl(dst, value) ; return; }
7892 /* else */ { addl(dst, value) ; return; }
8774 addl(tmp2, queue_index);
8953 addl(Address(thread_reg, in_bytes(JavaThread::tlab_slow_allocations_offset())), 1);
8960 addl(Address(thread_reg, in_bytes(JavaThread::tlab_number_of_refills_offset())), 1);
8962 addl(Address(thread_reg, in_bytes(JavaThread::tlab_fast_refill_waste_offset())), t1);
9046 addl(Address(thread, in_bytes(JavaThread::allocated_bytes_offset())), var_size_in_bytes);
9048 addl(Address(thread, in_bytes(JavaThread::allocated_bytes_offset())), con_size_in_bytes);
10629 addl(cnt1, int_cnt2);
10698 addl(cnt1, cnt2); // cnt2 is negative
10699 addl(cnt1, 8);
10881 addl(cnt1, str1);
10936 addl(tmp, cnt2);
10973 addl(cnt1, 8);
11053 addl(cnt1, stride);
11434 addl(count, 8 << shift);
11481 addl(count, 8 << shift);
11516 addl(count, 8 << shift);