Home
last modified time | relevance | path

Searched refs:OP_SUB (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dfp-bench.c31 OP_SUB, enumerator
42 [OP_SUB] = "sub",
255 case OP_SUB: in bench()
290 case OP_SUB: in bench()
325 case OP_SUB: in bench()
360 case OP_SUB: in bench()
395 case OP_SUB: in bench()
446 GEN_BENCH_ALL_TYPES(sub, OP_SUB, 2)
477 GEN_BENCH_FUNCS(sub, OP_SUB),
/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
357 : OP_SUB '#' number {
359 | OP_SUB 'x' {
361 | OP_SUB '%' 'x' {
H A Dbpf_exp.l70 "sub" { return OP_SUB; }
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c40 OP_SUB, enumerator
542 case OP_SUB: in altera_execute()