/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | pow.tst | 6 func=pow op1=00000000.00000000 op2=00000000.00000000 result=3ff00000.00000000 errno=0 7 func=pow op1=00000000.00000000 op2=00000000.00000001 result=00000000.00000000 errno=0 8 func=pow op1=00000000.00000000 op2=00100000.00000000 result=00000000.00000000 errno=0 9 func=pow op1=00000000.00000000 op2=1fffffff.ffffffff result=00000000.00000000 errno=0 10 func=pow op1=00000000.00000000 op2=3bdfffff.ffffffff result=00000000.00000000 errno=0 11 func=pow op1=00000000.00000000 op2=3be00000.00000000 result=00000000.00000000 errno=0 12 func=pow op1=00000000.00000000 op2=3fe00000.00000000 result=00000000.00000000 errno=0 13 func=pow op1=00000000.00000000 op2=3ff00000.00000000 result=00000000.00000000 errno=0 14 func=pow op1=00000000.00000000 op2=40000000.00000000 result=00000000.00000000 errno=0 15 func=pow op1=00000000.00000000 op2=40080000.00000000 result=00000000.00000000 errno=0 [all …]
|
H A D | powf.tst | 6 func=powf op1=7f800001 op2=7f800001 result=7fc00001 errno=0 status=i 7 func=powf op1=7f800001 op2=ff800001 result=7fc00001 errno=0 status=i 8 func=powf op1=7f800001 op2=7fc00001 result=7fc00001 errno=0 status=i 9 func=powf op1=7f800001 op2=ffc00001 result=7fc00001 errno=0 status=i 10 func=powf op1=7f800001 op2=7f800000 result=7fc00001 errno=0 status=i 11 func=powf op1=7f800001 op2=40800000 result=7fc00001 errno=0 status=i 12 func=powf op1=7f800001 op2=40400000 result=7fc00001 errno=0 status=i 13 func=powf op1=7f800001 op2=3f000000 result=7fc00001 errno=0 status=i 14 func=powf op1=7f800001 op2=00000000 result=7fc00001 errno=0 status=i 15 func=powf op1=7f800001 op2=80000000 result=7fc00001 errno=0 status=i [all …]
|
H A D | atan2f.tst | 6 func=atan2f op1=7f800001 op2=7f800001 result=7fc00001 errno=0 status=i 7 func=atan2f op1=7f800001 op2=ff800001 result=7fc00001 errno=0 status=i 8 func=atan2f op1=7f800001 op2=7fc00001 result=7fc00001 errno=0 status=i 9 func=atan2f op1=7f800001 op2=ffc00001 result=7fc00001 errno=0 status=i 10 func=atan2f op1=7f800001 op2=7f800000 result=7fc00001 errno=0 status=i 11 func=atan2f op1=7f800001 op2=ff800000 result=7fc00001 errno=0 status=i 12 func=atan2f op1=7f800001 op2=00000000 result=7fc00001 errno=0 status=i 13 func=atan2f op1=7f800001 op2=80000000 result=7fc00001 errno=0 status=i 14 func=atan2f op1=7f800001 op2=3f800000 result=7fc00001 errno=0 status=i 15 func=atan2f op1=7f800001 op2=bf800000 result=7fc00001 errno=0 status=i [all …]
|
H A D | atan2.tst | 6 func=atan2 op1=7ff00000.00000001 op2=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i 7 func=atan2 op1=7ff00000.00000001 op2=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i 8 func=atan2 op1=7ff00000.00000001 op2=7ff00000.00000000 result=7ff80000.00000001 errno=0 status=i 9 func=atan2 op1=7ff00000.00000001 op2=fff00000.00000000 result=7ff80000.00000001 errno=0 status=i 10 func=atan2 op1=7ff00000.00000001 op2=00000000.00000000 result=7ff80000.00000001 errno=0 status=i 11 func=atan2 op1=7ff00000.00000001 op2=80000000.00000000 result=7ff80000.00000001 errno=0 status=i 12 func=atan2 op1=7ff00000.00000001 op2=3ff00000.00000000 result=7ff80000.00000001 errno=0 status=i 13 func=atan2 op1=7ff00000.00000001 op2=bff00000.00000000 result=7ff80000.00000001 errno=0 status=i 14 func=atan2 op1=fff00000.00000001 op2=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i 15 func=atan2 op1=fff00000.00000001 op2=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i [all …]
|
/freebsd/sys/i386/i386/ |
H A D | db_disasm.c | 100 #define op2(x,y) ((x)|((y)<<8)) macro 180 /*02*/ { "lar", true, LONG, op2(E,R), 0 }, 181 /*03*/ { "lsl", true, LONG, op2(E,R), 0 }, 218 /*20*/ { "mov", true, LONG, op2(CR,El), 0 }, 219 /*21*/ { "mov", true, LONG, op2(DR,El), 0 }, 220 /*22*/ { "mov", true, LONG, op2(El,CR), 0 }, 221 /*23*/ { "mov", true, LONG, op2(El,DR), 0 }, 222 /*24*/ { "mov", true, LONG, op2(TR,El), 0 }, 224 /*26*/ { "mov", true, LONG, op2(El,TR), 0 }, 258 /*40*/ { "cmovo", true, NONE, op2(E, R), 0 }, [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | db_disasm.c | 115 #define op2(x,y) ((x)|((y)<<8)) macro 127 /*80*/ { "", true, SDEP, op2(E, Rq), "invept" }, 128 /*81*/ { "", true, SDEP, op2(E, Rq), "invvpid" }, 129 /*82*/ { "", true, SDEP, op2(E, Rq), "invpcid" }, 147 /*f0*/ { "crc32b",true, NONE, op2(Eb, R), 0 }, 148 /*f1*/ { "crc32", true, LONG, op2(E, R), 0 }, 254 /*02*/ { "lar", true, LONG, op2(E,R), 0 }, 255 /*03*/ { "lsl", true, LONG, op2(E,R), 0 }, 292 /*20*/ { "mov", true, LONG, op2(CR,El), 0 }, 293 /*21*/ { "mov", true, LONG, op2(DR,El), 0 }, [all …]
|
/freebsd/sys/arm/arm/ |
H A D | debug_monitor.c | 153 #define DBG_WB_READ(cn, cm, op2, val) do { \ argument 154 __asm __volatile("mrc p14, 0, %0, " #cn "," #cm "," #op2 : "=r" (val)); \ 157 #define DBG_WB_WRITE(cn, cm, op2, val) do { \ argument 158 __asm __volatile("mcr p14, 0, %0, " #cn "," #cm "," #op2 :: "r" (val)); \ 161 #define READ_WB_REG_CASE(op2, m, val) \ argument 162 case (((op2) << OP2_SHIFT) + m): \ 163 DBG_WB_READ(c0, c ## m, op2, val); \ 166 #define WRITE_WB_REG_CASE(op2, m, val) \ argument 167 case (((op2) << OP2_SHIFT) + m): \ 168 DBG_WB_WRITE(c0, c ## m, op2, val); \ [all …]
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 200 var ASGNOP ppattern { $$ = op2($2, $1, $3); } 204 { $$ = op2(BOR, notnull($1), notnull($3)); } 206 { $$ = op2(AND, notnull($1), notnull($3)); } 214 | ppattern IN varname { $$ = op2(INTEST, $1, makearr($3)); } 215 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); } 216 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); } 222 var ASGNOP pattern { $$ = op2($2, $1, $3); } 226 { $$ = op2(BOR, notnull($1), notnull($3)); } 228 { $$ = op2(AND, notnull($1), notnull($3)); } 229 | pattern EQ pattern { $$ = op2($2, $1, $3); } [all …]
|
H A D | b.c | 233 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa() 235 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL)); in mkdfa() 973 return(op2(EMPTYRE, NIL, NIL)); in reparse() 994 np = op2(CHAR, NIL, itonp(rlxval)); in primary() 999 return (unary(op2(ALL, NIL, NIL))); in primary() 1002 return (unary(op2(EMPTYRE, NIL, NIL))); in primary() 1006 return (unary(op2(DOT, NIL, NIL))); in primary() 1008 np = op2(CCL, NIL, (Node*) cclenter((const char *) rlxstr)); in primary() 1013 np = op2(NCCL, NIL, (Node *) cclenter((const char *) rlxstr)); in primary() 1019 return (unary(op2(CHAR, NIL, itonp(HAT)))); in primary() [all …]
|
/freebsd/bin/sh/ |
H A D | arith_yacc.c | 116 static inline int higher_prec(int op1, int op2) in higher_prec() argument 118 return arith_prec(op1) < arith_prec(op2); in higher_prec() 208 int op2; in binop2() local 216 op2 = last_token; in binop2() 217 if (op2 >= ARITH_BINOP_MIN && op2 < ARITH_BINOP_MAX && in binop2() 218 higher_prec(op2, op)) { in binop2() 219 b = binop2(b, op2, arith_prec(op), noeval); in binop2() 220 op2 = last_token; in binop2() 225 if (op2 < ARITH_BINOP_MIN || op2 >= ARITH_BINOP_MAX || in binop2() 226 arith_prec(op2) >= precedence) in binop2() [all …]
|
/freebsd/usr.sbin/config/ |
H A D | config.y | 450 struct opt *op, *op2; in newopt() local 460 op2 = findopt(list, name); in newopt() 461 if (op2 != NULL && !append && !dupe) { in newopt() 462 if (strcmp(op2->yyfile, yyfile) == 0) in newopt() 475 if (op2 != NULL) { in newopt() 477 while (SLIST_NEXT(op2, op_append) != NULL) in newopt() 478 op2 = SLIST_NEXT(op2, op_append); in newopt() 479 SLIST_NEXT(op2, op_append) = op; in newopt() 481 while (SLIST_NEXT(op2, op_next) != NULL) in newopt() 482 op2 = SLIST_NEXT(op2, op_next); in newopt() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrConditionalCompare.td | 13 class BinCondOp<bits<8> o, Format f, X86TypeInfo t, DAGOperand op1, DAGOperand op2, string m> 14 : ITy<o, f, t, (outs), (ins op1:$src1, op2:$src2, cflags:$dcf, ccode:$cond), 21 let ImmT = !if(!eq(op2, i16i8imm), Imm8, 22 !if(!eq(op2, i32i8imm), Imm8, 23 !if(!eq(op2, i64i8imm), Imm8, 24 !if(!eq(op2, i8imm), Imm8, 25 !if(!eq(op2, i16imm), Imm16, 26 !if(!eq(op2, i32imm), Imm32, 27 !if(!eq(op2, i64i32imm), Imm32S, NoImm))))))); 30 class Ccmp<bits<8> o, Format f, X86TypeInfo t, DAGOperand op1, DAGOperand op2>: [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrFormats.td | 45 class RRR_Inst<bits<4> op0, bits<4> op1, bits<4> op2, dag outs, dag ins, 52 let Inst{23-20} = op2; 102 class RSR_Inst<bits<4> op0, bits<4> op1, bits<4> op2, dag outs, dag ins, 108 let Inst{23-20} = op2; 126 class CALLX_Inst<bits<4> op0, bits<4> op1, bits<4> op2, dag outs, dag ins, 134 let Inst{23-20} = op2;
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | huf_decompress_amd64.S | 51 #define op2 rcx macro 125 movq 48(%rax), %op2 328 movq %op2, 48(%rax) 379 movq 48(%rax), %op2 396 movq %op2, %rax 452 subq %op2, %rax /* rax = oend2 - op2 */ 560 movq %op2, 48(%rax)
|
H A D | huf_decompress.c | 586 BYTE* op2 = opStart2; in HUF_decompress4X1_usingDTable_internal_body() local 604 HUF_DECODE_SYMBOLX1_2(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 608 HUF_DECODE_SYMBOLX1_1(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 612 HUF_DECODE_SYMBOLX1_2(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 616 HUF_DECODE_SYMBOLX1_0(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 630 if (op2 > opStart3) return ERROR(corruption_detected); in HUF_decompress4X1_usingDTable_internal_body() 636 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 1280 BYTE* op2 = opStart2; in HUF_decompress4X2_usingDTable_internal_body() local 1302 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body() 1303 HUF_DECODE_SYMBOLX2_1(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body() [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | huf_decompress.c | 296 BYTE* op2 = opStart2; in HUF_decompress4X1_usingDTable_internal_body() local 312 HUF_DECODE_SYMBOLX1_2(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 316 HUF_DECODE_SYMBOLX1_1(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 320 HUF_DECODE_SYMBOLX1_2(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 324 HUF_DECODE_SYMBOLX1_0(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body() 337 if (op2 > opStart3) return ERROR(corruption_detected); in HUF_decompress4X1_usingDTable_internal_body() 343 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 782 BYTE* op2 = opStart2; in HUF_decompress4X2_usingDTable_internal_body() local 802 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body() 803 HUF_DECODE_SYMBOLX2_1(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 212 def AArch64fadd_p_contract : PatFrag<(ops node:$op1, node:$op2, node:$op3), 213 (AArch64fadd_p node:$op1, node:$op2, node:$op3), [{ 216 def AArch64fadd_p_nsz : PatFrag<(ops node:$op1, node:$op2, node:$op3), 217 (AArch64fadd_p node:$op1, node:$op2, node:$op3), [{ 220 def AArch64fsub_p_contract : PatFrag<(ops node:$op1, node:$op2, node:$op3), 221 (AArch64fsub_p node:$op1, node:$op2, node:$op3), [{ 224 def AArch64fsub_p_nsz : PatFrag<(ops node:$op1, node:$op2, node:$op3), 225 (AArch64fsub_p node:$op1, node:$op2, node:$op3), [{ 237 def AArch64urshri_p : PatFrags<(ops node:$op1, node:$op2, node:$op3), 238 [(int_aarch64_sve_urshr node:$op1, node:$op2, node:$op3), [all …]
|
H A D | AArch64SystemOperands.td | 45 bits<3> op2> : SearchableTable { 54 let Encoding{2-0} = op2; 126 bits<3> op2> : SearchableTable { 135 let Encoding{2-0} = op2; 184 class IC<string name, bits<3> op1, bits<4> crn, bits<4> crm, bits<3> op2, 194 let Encoding{2-0} = op2; 405 class PStateImm0_15<string name, bits<3> op1, bits<3> op2> : SearchableTable { 412 let Encoding{2-0} = op2; 416 class PStateImm0_1<string name, bits<3> op1, bits<3> op2, bits<3> crm_high> : SearchableTable { 424 let Encoding{2-0} = op2; [all …]
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v02.c | 1752 BYTE* op2 = opStart2; in HUF_decompress4X2_usingDTable() local 1773 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1777 HUF_DECODE_SYMBOLX2_1(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1781 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1785 HUF_DECODE_SYMBOLX2_0(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1794 if (op2 > opStart3) return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable() 1800 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable() 2114 BYTE* op2 = opStart2; in HUF_decompress4X4_usingDTable() local 2135 HUF_DECODE_SYMBOLX4_2(op2, &bitD2); in HUF_decompress4X4_usingDTable() 2139 HUF_DECODE_SYMBOLX4_1(op2, &bitD2); in HUF_decompress4X4_usingDTable() [all …]
|
H A D | zstd_v03.c | 1749 BYTE* op2 = opStart2; in HUF_decompress4X2_usingDTable() local 1770 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1774 HUF_DECODE_SYMBOLX2_1(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1778 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1782 HUF_DECODE_SYMBOLX2_0(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1791 if (op2 > opStart3) return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable() 1797 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable() 2111 BYTE* op2 = opStart2; in HUF_decompress4X4_usingDTable() local 2132 HUF_DECODE_SYMBOLX4_2(op2, &bitD2); in HUF_decompress4X4_usingDTable() 2136 HUF_DECODE_SYMBOLX4_1(op2, &bitD2); in HUF_decompress4X4_usingDTable() [all …]
|
H A D | zstd_v04.c | 1900 BYTE* op2 = opStart2; in HUF_decompress4X2_usingDTable() local 1921 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1925 HUF_DECODE_SYMBOLX2_1(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1929 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1933 HUF_DECODE_SYMBOLX2_0(op2, &bitD2); in HUF_decompress4X2_usingDTable() 1942 if (op2 > opStart3) return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable() 1948 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable() 2258 BYTE* op2 = opStart2; in HUF_decompress4X4_usingDTable() local 2279 HUF_DECODE_SYMBOLX4_2(op2, &bitD2); in HUF_decompress4X4_usingDTable() 2283 HUF_DECODE_SYMBOLX4_1(op2, &bitD2); in HUF_decompress4X4_usingDTable() [all …]
|
H A D | zstd_v05.c | 2030 BYTE* op2 = opStart2; in HUFv05_decompress4X2_usingDTable() local 2050 HUFv05_DECODE_SYMBOLX2_2(op2, &bitD2); in HUFv05_decompress4X2_usingDTable() 2054 HUFv05_DECODE_SYMBOLX2_1(op2, &bitD2); in HUFv05_decompress4X2_usingDTable() 2058 HUFv05_DECODE_SYMBOLX2_2(op2, &bitD2); in HUFv05_decompress4X2_usingDTable() 2062 HUFv05_DECODE_SYMBOLX2_0(op2, &bitD2); in HUFv05_decompress4X2_usingDTable() 2070 if (op2 > opStart3) return ERROR(corruption_detected); in HUFv05_decompress4X2_usingDTable() 2076 HUFv05_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUFv05_decompress4X2_usingDTable() 2412 BYTE* op2 = opStart2; in HUFv05_decompress4X4_usingDTable() local 2432 HUFv05_DECODE_SYMBOLX4_2(op2, &bitD2); in HUFv05_decompress4X4_usingDTable() 2436 HUFv05_DECODE_SYMBOLX4_1(op2, &bitD2); in HUFv05_decompress4X4_usingDTable() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 539 (op2_type op2_kind:$op2), 545 (op2_type op2_kind:$op2), 563 (op2_type op2_kind:$op2), 569 (op2_type op2_kind:$op2), 586 (op2_type op2_kind:$op2), 591 (op2_type op2_kind:$op2), 607 (op2_type op2_kind:$op2), 613 (op2_type op2_kind:$op2), 631 (op2_type op2_kind:$op2), 637 (op2_type op2_kind:$op2), [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrFormats.td | 39 bits<3> op2; 42 let Inst{24-22} = op2; 53 let op2 = op2Val; 62 let op2 = op2Val;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 595 unsigned op1, op2; member 629 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() argument 638 if(sop->op1 == (op1&0x7fffffff) && sop->op2 == op2) { in find_special_op_from_op() 673 tmp_op.op2 = sop->op2; in find_special_op_from_name() 697 op[1] = sop->op2; in do_op()
|