Home
last modified time | relevance | path

Searched refs:ExprValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4354 int64_t ExprValue; in parseDirectiveIf() local
4355 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveIf()
4370 ExprValue = ExprValue == 0; in parseDirectiveIf()
4373 ExprValue = ExprValue >= 0; in parseDirectiveIf()
4376 ExprValue = ExprValue > 0; in parseDirectiveIf()
4379 ExprValue = ExprValue <= 0; in parseDirectiveIf()
4382 ExprValue = ExprValue < 0; in parseDirectiveIf()
4386 TheCondState.CondMet = ExprValue; in parseDirectiveIf()
4536 int64_t ExprValue; in parseDirectiveElseIf() local
4537 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveElseIf()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2190 int64_t ExprValue; in ParseDirectiveIf() local
2191 if (ParseAbsoluteExpression(ExprValue)) in ParseDirectiveIf()
2199 TheCondState.CondMet = ExprValue; in ParseDirectiveIf()
2248 int64_t ExprValue; in ParseDirectiveElseIf() local
2249 if (ParseAbsoluteExpression(ExprValue)) in ParseDirectiveElseIf()
2256 TheCondState.CondMet = ExprValue; in ParseDirectiveElseIf()
/external/valgrind/perf/
Dtinycc.c5503 typedef struct ExprValue { struct
5506 } ExprValue; typedef
5524 static void asm_expr(TCCState *s1, ExprValue *pe);
15103 ExprValue e;
16115 ExprValue e; in parse_operand()
16219 static void gen_expr32(ExprValue *pe) in gen_expr32()
16227 static void gen_disp32(ExprValue *pe) in gen_disp32()
17112 static void asm_expr(TCCState *s1, ExprValue *pe);
17117 static void asm_expr_unary(TCCState *s1, ExprValue *pe) in asm_expr_unary()
17207 static void asm_expr_prod(TCCState *s1, ExprValue *pe) in asm_expr_prod()
[all …]