Searched defs:Imm64 (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ | ||
H A D | host_amd64_defs.h | 420 } Imm64; member in union:__anon19098::__anon19099 |
H A D | host_arm64_defs.h | 578 } Imm64; member in union:__anon19186::__anon19187 |
/external/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelDAGToDAG.cpp | 2581 uint64_t Imm64; local 2603 if (isInt64Immediate(N->getOperand(1).getNode(), Imm64) && 2604 isMask_64(Imm64)) { 2606 MB = 64 - countTrailingOnes(Imm64); |
Completed in 312 milliseconds