Home
last modified time | relevance | path

Searched refs:testq (Results 1 – 14 of 14) sorted by relevance

/art/runtime/interpreter/mterp/x86_64/
Dop_goto_32.S12 testq rINSTq, rINSTq
Dop_goto.S9 testq rINSTq, rINSTq
Dop_goto_16.S9 testq rINSTq, rINSTq
Dop_monitor_exit.S13 testq %rax, %rax
Dop_monitor_enter.S9 testq %rax, %rax
Dzcmp.S12 testq rINSTq, rINSTq
Dbincmp.S16 testq rINSTq, rINSTq
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S71 testq %rax, %rax // check if returned method code is null
Dquick_entrypoints_x86_64.S369 testq %rdi, %rdi
786 testq %rax, %rax // rax == 0 ?
803 testq %rcx, %rcx // rcx == 0 ?
860 testq %rax, %rax
1063 testq %rax, %rax
1229 testq %rax, %rax
1376 testq %r10, %r10 // If code pointer is null goto deliver pending exception.
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S791 testq %rax, %rax
811 testq %rax, %rax
1004 testq rINSTq, rINSTq
1019 testq rINSTq, rINSTq
1037 testq rINSTq, rINSTq
1292 testq rINSTq, rINSTq
1320 testq rINSTq, rINSTq
1348 testq rINSTq, rINSTq
1376 testq rINSTq, rINSTq
1404 testq rINSTq, rINSTq
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.h526 void testq(CpuRegister reg1, CpuRegister reg2);
527 void testq(CpuRegister reg, const Address& address);
Dassembler_x86_64.cc1366 void X86_64Assembler::testq(CpuRegister reg1, CpuRegister reg2) { in testq() function in art::x86_64::X86_64Assembler
1374 void X86_64Assembler::testq(CpuRegister reg, const Address& address) { in testq() function in art::x86_64::X86_64Assembler
Dassembler_x86_64_test.cc874 GetAssembler()->testq(x86_64::CpuRegister(x86_64::R12), in TEST_F()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1052 __ testq(CpuRegister(RAX), Address( in GenerateFrameEntry() local
3348 __ testq(numerator, numerator); in DivByPowerOfTwo() local
3715 __ testq(value.AsRegister<CpuRegister>(), value.AsRegister<CpuRegister>()); in VisitDivZeroCheck() local
6614 __ testq(dest, dest); in Compare64BitValue() local