Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dfp-bench.c32 OP_MUL, enumerator
43 [OP_MUL] = "mul",
258 case OP_MUL: in bench()
293 case OP_MUL: in bench()
328 case OP_MUL: in bench()
363 case OP_MUL: in bench()
398 case OP_MUL: in bench()
447 GEN_BENCH_ALL_TYPES(mul, OP_MUL, 2)
478 GEN_BENCH_FUNCS(mul, OP_MUL),
/openbmc/linux/tools/bpf/
H A Dbpf_exp.y55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
366 : OP_MUL '#' number {
368 | OP_MUL 'x' {
370 | OP_MUL '%' 'x' {
H A Dbpf_exp.l71 "mul" { return OP_MUL; }