Searched defs:TZ (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp274 unsigned TZ = countTrailingZeros(Imm); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h135 unsigned TZ = countTrailingZeros(Imm); local
/freebsd-13-stable/contrib/tzdata/
H A DMakefile1060 TZ=UTC0 touch -mt 202010122253.00 \ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1134 uint32_t TZ = countTrailingZeros(Mask); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp606 uint32_t TZ = llvm::countTrailingZeros(ITMask); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp424 unsigned TZ = countTrailingZeros(And_imm); local
436 And_imm >>= TZ; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp334 unsigned TZ = countTrailingZeros(ITState.Mask); local
344 unsigned TZ = countTrailingZeros(ITState.Mask); local
392 unsigned TZ = countTrailingZeros(ITState.Mask); local
431 unsigned TZ local
[all...]

Completed in 266 milliseconds