↓ 3 callersMethodcompile_to_assemblyCore pipeline: preprocess, lex, parse, sema, lower, optimize, codegen. Set `CCC_TIME_PHASES=1` in the environment to print per-phase timing to stderr
src/driver/pipeline.rs:902
↓ 3 callersMethodencode_avx_4op_3aEncode AVX 4-operand instruction in 0F3A map (vblendvps, vblendvpd, vpblendvb) AT&T: $imm/mask, src, vvvv, dst -> actually: src_mask, src, vvvv, dst I
src/backend/x86/assembler/encoder/avx.rs:1189
↓ 3 callersFunctioneval_if_conditionEvaluate a `.if` condition expression using the shared implementation. Supports: `==`, `!=`, `>`, `>=`, `<`, `<=`, `||`, `&&`, parentheses.
src/backend/arm/assembler/parser.rs:443