Home
last modified time | relevance | path

Searched refs:OP_ADD (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dfp-bench.c30 OP_ADD, enumerator
41 [OP_ADD] = "add",
252 case OP_ADD: in bench()
287 case OP_ADD: in bench()
322 case OP_ADD: in bench()
357 case OP_ADD: in bench()
392 case OP_ADD: in bench()
445 GEN_BENCH_ALL_TYPES(add, OP_ADD, 2)
476 GEN_BENCH_FUNCS(add, OP_ADD),
/openbmc/u-boot/post/lib_powerpc/
H A Dthree.c39 OP_ADD,
45 OP_ADD,
H A Dcpu_asm.h16 #define OP_ADD 0x7c000214 macro
/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
348 : OP_ADD '#' number {
350 | OP_ADD 'x' {
352 | OP_ADD '%' 'x' {
H A Dbpf_exp.l69 "add" { return OP_ADD; }
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c39 OP_ADD, enumerator
536 case OP_ADD: in altera_execute()