Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac438 # error NativeClient detected - Avoiding AVX opcodes
454 # error NativeClient detected - Avoiding AVX2 opcodes
469 # error NativeClient detected - Avoiding AVX2 opcodes
487 # error NativeClient detected - Avoiding AVX512F opcodes
507 # error NativeClient detected - Avoiding AESNI opcodes
527 # error NativeClient detected - Avoiding RDRAND opcodes
632 AC_MSG_CHECKING(whether we can assemble AVX opcodes)
646 AC_DEFINE([HAVE_AVX_ASM], [1], [AVX opcodes are supported])
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64stl_control.c559 static struct opcode_obj_rewrite opcodes[] = { variable
594 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64stl_init()
602 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64stl_uninit()
H A Dnat64clat_control.c554 static struct opcode_obj_rewrite opcodes[] = { variable
589 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64clat_init()
597 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64clat_uninit()
H A Dnat64lsn_control.c881 static struct opcode_obj_rewrite opcodes[] = { variable
918 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64lsn_init()
926 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64lsn_uninit()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c978 static struct opcode_obj_rewrite opcodes[] = { variable
1016 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nptv6_init()
1026 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nptv6_uninit()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c2928 static struct opcode_obj_rewrite opcodes[] = { variable
3051 for (kidx = 0, rw = opcodes; in ipfw_switch_tables_namespace()
3052 rw < opcodes + nitems(opcodes); rw++) { in ipfw_switch_tables_namespace()
3315 IPFW_DEL_OBJ_REWRITER(last, opcodes); in ipfw_destroy_tables()
3353 IPFW_ADD_OBJ_REWRITER(first, opcodes); in ipfw_init_tables()
/f-stack/tools/ipfw/
H A Dipfw2.c2082 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() argument
2087 if (opcode == opcodes[i]) in match_opcode()
2094 struct show_state *state, const int opcodes[], size_t nops, int portop, in print_address() argument
2103 if (match_opcode(cmd->opcode, opcodes, nops)) in print_address()
2112 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt69 use of the stringData rule allows for some "string" oriented opcodes
987 extended opcodes. AML opcodes come in two lengths: 1-byte opcodes and 2-
1805 iASL: Updated support for External() opcodes to improve namespace
5571 opcodes/operators.
15432 the various deferred AML opcodes (such as Operation Regions,
15437 implement a mechanism where the late execution of such opcodes
16421 2 opcodes outside of a control method. This means that the
16775 disassembler for the AcpiDump utility. All ACPI 2.0A opcodes,
16920 The _PRT code now handles all AML constant opcodes correctly
16932 Implemented immediate resolution of the AML Constant opcodes
[all …]