OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUB
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2b-compress-avx2.h
34
#define
SUB
(a, b) _mm256_sub_epi64(a, b)
/src/sys/arch/amiga/dev/
kbdmap.h
58
#define
SUB
26
/src/sys/arch/atari/dev/
kbdmap.h
62
#define
SUB
26
/src/usr.sbin/gspa/gspa/
gsp_inst.c
67
#define
SUB
(DYADIC|IMMCOM|K32)
245
{"
SUB
", 0x4400,
SUB
, {EXREG, REG, OPTSPEC,0}},
/src/sys/arch/x68k/include/
kbdmap.h
32
#define
SUB
26
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
29
#define
SUB
26
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_common.c
60
sub
operation has no side effect. */
61
"
sub
%i0, 4, %i0\n"
162
#define
SUB
(OPC1(0x2) | OPC3(0x04))
814
return push_inst(compiler,
SUB
| D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1));
sljitNativeX86_common.c
235
#define
SUB
(/* BINARY */ 5 << 3)
2142
return emit_non_cum_binary(compiler, SUB_r_rm, SUB_rm_r,
SUB
, SUB_EAX_i32,
sljitNativeARM_64.c
120
#define
SUB
0xcb000000
722
return push_inst(compiler, (
SUB
^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2));
735
return push_inst(compiler, (
SUB
^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2));
1277
return push_inst(compiler, (
SUB
^ inv_bits) | RD(SLJIT_R1) | RN(TMP_REG1) | RM(SLJIT_R1));
sljitNativeTILEGX_64.c
396
#define
SUB
(dst, srca, srcb) \
1199
FAIL_IF(
SUB
(SLJIT_LOCALS_REG_mapped, SLJIT_LOCALS_REG_mapped, TMP_REG1_mapped));
1819
FAIL_IF(
SUB
(EQUAL_FLAG, reg_map[src1], reg_map[src2]));
1834
FAIL_IF(
SUB
(reg_map[dst], reg_map[src1], reg_map[src2]));
1865
FAIL_IF(
SUB
(reg_map[dst], reg_map[src1], reg_map[src2]));
1871
FAIL_IF(
SUB
(reg_map[dst], reg_map[dst], ULESS_FLAG));
/src/sys/arch/hppa/hppa/
db_disasm.c
580
#define
SUB
0x02, 0x20, 20, 7 /* SUBTRACT */
1058
{
SUB
, 0, "
sub
", ariDasm },
1926
case 1: p = "
sub
"; break;
2046
case 1: p = "
sub
"; break;
2205
db_printf("
sub
,sgl\t%%f%s, %%f%s, %%f%s, %%f%s, %%f%s",
2209
db_printf("
sub
,dbl\t%%f%s, %%f%s, %%f%s, %%f%s, %%f%s",
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
4325
template<class T> INLINE T
SUB
(const T &a, const T&b) { return a - b; }
4334
BinaryOpOriginTest<S4>(
SUB
<S4>);
Completed in 25 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025