Home
last modified time | relevance | path

Searched refs:ADD_OP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c105 #define ADD_OP(op) \ macro
215 ADD_OP(op) { in arch_decode_instruction()
227 ADD_OP(op) { in arch_decode_instruction()
238 ADD_OP(op) { in arch_decode_instruction()
249 ADD_OP(op) { in arch_decode_instruction()
297 ADD_OP(op) { in arch_decode_instruction()
308 ADD_OP(op) { in arch_decode_instruction()
332 ADD_OP(op) { in arch_decode_instruction()
353 ADD_OP(op) { in arch_decode_instruction()
369 ADD_OP(op) { in arch_decode_instruction()
[all …]
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h198 ADD_OP, SUB_OP, MUL_OP, ASL_OP, ASR_OP, LSR_OP, ANDB_OP, ORB_OP, enumerator
H A Didef-parser.y289 HexValue tmp = gen_bin_op(c, &@1, ADD_OP, &$1, &$3);
515 $$ = gen_bin_op(c, &@1, ADD_OP, &$1, &$3);
H A Dparser-helpers.c897 case ADD_OP: in gen_bin_op()
1370 src_p1 = gen_bin_op(c, locp, ADD_OP, &src_m, &one); in gen_convround()
1528 sum = gen_bin_op(c, locp, ADD_OP, &shifted, &a); in gen_round()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c1659 #define DO_CADD(NAME, TYPE, H, ADD_OP, SUB_OP) \ in DO_BITPERM() argument
1670 acc_r = ADD_OP(acc_r, el2_i); \ in DO_BITPERM()
1682 acc_i = ADD_OP(acc_i, el2_r); \ in DO_BITPERM()