Home
last modified time | relevance | path

Searched refs:andl (Results 1 – 11 of 11) sorted by relevance

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S499 andl LITERAL(0xFFFFFFF0), %edx // Align frame size to 16 bytes.
593 andl LITERAL(0xFFFFFFF0), %edx // Align frame size to 16 bytes.
936 andl LITERAL(OBJECT_ALIGNMENT_MASK_TOGGLED), %ecx
1049 andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK_TOGGLED), %ecx // zero the read barrier bits.
1064 andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK_TOGGLED), %ecx // zero the read barrier bits.
1093 andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK_TOGGLED), %edx // zero the read barrier bits.
1098andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // ecx: new lock word zero except original …
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S441 andl LITERAL(0xFFFFFFF0), %ebx
538 andl LITERAL(0xFFFFFFF0), %ebx
990 andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK_TOGGLED), %ecx // zero the read barrier bits.
1006 andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK_TOGGLED), %ecx // zero the read barrier bits.
1046 andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK_TOGGLED), %edx // zero the read barrier bits.
1052andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // ecx: new lock word zero except original …
/art/compiler/utils/x86/
Dassembler_x86.h378 void andl(Register dst, const Immediate& imm);
379 void andl(Register dst, Register src);
380 void andl(Register dst, const Address& address);
Dassembler_x86.cc1050 void X86Assembler::andl(Register dst, Register src) { in andl() function in art::x86::X86Assembler
1057 void X86Assembler::andl(Register reg, const Address& address) { in andl() function in art::x86::X86Assembler
1064 void X86Assembler::andl(Register dst, const Immediate& imm) { in andl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h495 void andl(CpuRegister dst, const Immediate& imm);
496 void andl(CpuRegister dst, CpuRegister src);
497 void andl(CpuRegister reg, const Address& address);
Dassembler_x86_64_test.cc547 DriverStr(Repeatrr(&x86_64::X86_64Assembler::andl, "andl %{reg2}, %{reg1}"), "andl"); in TEST_F()
551 DriverStr(Repeatri(&x86_64::X86_64Assembler::andl, 4U, "andl ${imm}, %{reg}"), "andli"); in TEST_F()
Dassembler_x86_64.cc1351 void X86_64Assembler::andl(CpuRegister dst, CpuRegister src) { in andl() function in art::x86_64::X86_64Assembler
1359 void X86_64Assembler::andl(CpuRegister reg, const Address& address) { in andl() function in art::x86_64::X86_64Assembler
1367 void X86_64Assembler::andl(CpuRegister dst, const Immediate& imm) { in andl() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc2307 __ andl(EAX, Immediate(kC2ConditionMask)); in GenerateRemFP() local
4520 __ andl(first.AsRegister<Register>(), second.AsRegister<Register>()); in HandleBitwiseOperation() local
4529 __ andl(first.AsRegister<Register>(), in HandleBitwiseOperation() local
4541 __ andl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation() local
4553 __ andl(first.AsRegisterPairLow<Register>(), second.AsRegisterPairLow<Register>()); in HandleBitwiseOperation() local
4554 __ andl(first.AsRegisterPairHigh<Register>(), second.AsRegisterPairHigh<Register>()); in HandleBitwiseOperation() local
4565 __ andl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation() local
4566 __ andl(first.AsRegisterPairHigh<Register>(), in HandleBitwiseOperation() local
4591 __ andl(first_low, low); in HandleBitwiseOperation() local
4596 __ andl(first_high, high); in HandleBitwiseOperation() local
Dintrinsics_x86_64.cc1512 __ andl(temp, imm_mask); in SwapBits() local
1513 __ andl(reg, imm_mask); in SwapBits() local
Dintrinsics_x86.cc1649 __ andl(temp, imm_mask); in SwapBits() local
1650 __ andl(reg, imm_mask); in SwapBits() local
Dcode_generator_x86_64.cc2436 __ andl(CpuRegister(RAX), Immediate(kC2ConditionMask)); in GenerateRemFP() local
4358 __ andl(first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegister>()); in HandleBitwiseOperation() local
4368 __ andl(first.AsRegister<CpuRegister>(), imm); in HandleBitwiseOperation() local
4378 __ andl(first.AsRegister<CpuRegister>(), address); in HandleBitwiseOperation() local