Lines Matching defs:depth
269 static const char* GetRegTokenFromDepth(int depth) {
270 switch (depth) {
280 LOG(FATAL) << "Depth problem.";
296 void TemplateHelper(std::function<void(arm::Register)> f, int depth ATTRIBUTE_UNUSED,
305 const char* reg_token = GetRegTokenFromDepth(depth);
315 void TemplateHelper(std::function<void(const arm::ShifterOperand&)> f, int depth ATTRIBUTE_UNUSED,
330 void TemplateHelper(std::function<void(arm::Condition)> f, int depth ATTRIBUTE_UNUSED,
345 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc,
353 const char* reg_token = GetRegTokenFromDepth(depth);
360 TemplateHelper(std::function<void(Args...)>(lambda), depth + 1, without_pc,
366 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth,
378 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc,
384 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc,
395 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc,