| /src/external/gpl3/gcc/dist/gcc/ |
| streamer-hooks.h | 77 #define stream_input_location(LOCPTR, BP, DATA_IN) \ 78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN) 80 #define stream_output_location(OB, BP, LOC) \ 81 streamer_hooks.output_location (OB, BP, LOC) 83 #define stream_output_location_and_block(OB, BP, LOC) \ 84 streamer_hooks.output_location_and_block (OB, BP, LOC)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| streamer-hooks.h | 77 #define stream_input_location(LOCPTR, BP, DATA_IN) \ 78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN) 80 #define stream_output_location(OB, BP, LOC) \ 81 streamer_hooks.output_location (OB, BP, LOC) 83 #define stream_output_location_and_block(OB, BP, LOC) \ 84 streamer_hooks.output_location_and_block (OB, BP, LOC)
|
| /src/games/sail/ |
| parties.c | 47 struct BP *p = from->file->OBP; 48 struct BP *q = p + NBP; 59 struct BP *p = isdefense ? from->file->DBP : from->file->OBP; 60 struct BP *q = p + NBP; 71 struct BP *p = isdefense ? ship->file->DBP : ship->file->OBP;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| c_brcc_brt_bp.s | 2 // Spec Reference: brcc brt bp 23 IF CC JUMP good1 (BP); // (should branch) 25 good1: IF CC JUMP good2 (BP); // (should branch) 28 IF CC JUMP bad2 (BP); // (should not branch) 30 IF CC JUMP good3 (BP); // (should branch) 32 good3: IF CC JUMP end (BP); // (should branch)
|
| c_brcc_bp4.s | 2 // Spec Reference: brcc bp 23 IF CC JUMP good1 (BP); // branch on true (should branch) 25 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch) 29 IF !CC JUMP good3 (BP); // branch on false (should branch) 31 good3: IF CC JUMP bad2 (BP); // branch on true (should not branch)
|
| c_brcc_brf_bp.s | 2 // Spec Reference: brcc brf bp 22 IF !CC JUMP good1 (BP); // branch on false (should branch) 25 good1: IF !CC JUMP good2 (BP); // branch on false (should branch) 28 IF !CC JUMP bad2 (BP); // branch on false (should not branch) 30 IF !CC JUMP good3 (BP); // branch on false (should branch)
|
| c_brcc_brf_brt_bp.s | 23 IF CC JUMP good1 (BP); // branch on true (should branch) 25 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch) 30 IF CC JUMP good3 (BP); // branch on false (should branch) 32 good3: IF !CC JUMP bad2 (BP); // branch on true (should not branch)
|
| c_brcc_bp3.s | 2 // Spec Reference: brcc bp 24 IF CC JUMP good1 (BP); // branch on true (should branch) 26 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch) 30 IF !CC JUMP good3 (BP); // branch on false (should branch)
|
| se_lsetup_kill.S | 440 IF !CC JUMP N0B (BP); 452 IF !CC JUMP N1B (BP); 460 IF !CC JUMP N2B (BP); 473 IF !CC JUMP N3B (BP); 482 IF !CC JUMP N4B (BP); 496 IF !CC JUMP N5B (BP); 506 IF !CC JUMP N6B (BP); 521 IF !CC JUMP N7B (BP); 532 IF !CC JUMP N8B (BP); 548 IF !CC JUMP N9B (BP); [all...] |
| c_brcc_bp2.s | 2 // Spec Reference: brcc bp 22 IF CC JUMP good1 (BP); // branch on true (should branch) 24 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| c_brcc_brt_bp.s | 2 // Spec Reference: brcc brt bp 23 IF CC JUMP good1 (BP); // (should branch) 25 good1: IF CC JUMP good2 (BP); // (should branch) 28 IF CC JUMP bad2 (BP); // (should not branch) 30 IF CC JUMP good3 (BP); // (should branch) 32 good3: IF CC JUMP end (BP); // (should branch)
|
| c_brcc_bp4.s | 2 // Spec Reference: brcc bp 23 IF CC JUMP good1 (BP); // branch on true (should branch) 25 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch) 29 IF !CC JUMP good3 (BP); // branch on false (should branch) 31 good3: IF CC JUMP bad2 (BP); // branch on true (should not branch)
|
| c_brcc_brf_bp.s | 2 // Spec Reference: brcc brf bp 22 IF !CC JUMP good1 (BP); // branch on false (should branch) 25 good1: IF !CC JUMP good2 (BP); // branch on false (should branch) 28 IF !CC JUMP bad2 (BP); // branch on false (should not branch) 30 IF !CC JUMP good3 (BP); // branch on false (should branch)
|
| c_brcc_brf_brt_bp.s | 23 IF CC JUMP good1 (BP); // branch on true (should branch) 25 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch) 30 IF CC JUMP good3 (BP); // branch on false (should branch) 32 good3: IF !CC JUMP bad2 (BP); // branch on true (should not branch)
|
| c_brcc_bp3.s | 2 // Spec Reference: brcc bp 24 IF CC JUMP good1 (BP); // branch on true (should branch) 26 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch) 30 IF !CC JUMP good3 (BP); // branch on false (should branch)
|
| se_lsetup_kill.S | 440 IF !CC JUMP N0B (BP); 452 IF !CC JUMP N1B (BP); 460 IF !CC JUMP N2B (BP); 473 IF !CC JUMP N3B (BP); 482 IF !CC JUMP N4B (BP); 496 IF !CC JUMP N5B (BP); 506 IF !CC JUMP N6B (BP); 521 IF !CC JUMP N7B (BP); 532 IF !CC JUMP N8B (BP); 548 IF !CC JUMP N9B (BP); [all...] |
| c_brcc_bp2.s | 2 // Spec Reference: brcc bp 22 IF CC JUMP good1 (BP); // branch on true (should branch) 24 good1: IF !CC JUMP bad1 (BP); // branch on false (should not branch)
|
| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| cbc.pl | 168 &movb(&HB("edx"), &BP(6,$in,"",0)); 171 &movb(&HB("edx"), &BP(5,$in,"",0)); 173 &movb(&LB("edx"), &BP(4,$in,"",0)); 178 &movb(&HB("ecx"), &BP(2,$in,"",0)); 181 &movb(&HB("ecx"), &BP(1,$in,"",0)); 183 &movb(&LB("ecx"), &BP(0,$in,"",0)); 291 &movb(&BP(6,$out,"",0), &LB("edx")); 294 &movb(&BP(5,$out,"",0), &HB("edx")); 296 &movb(&BP(4,$out,"",0), &LB("edx")); 302 &movb(&BP(2,$out,"",0), &LB("ecx")) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/rc4/asm/ |
| rc4-586.pl | 178 &mov (&LB($xx),&BP(0,$dat)); # load key->x 179 &mov (&LB($yy),&BP(4,$dat)); # load key->y 273 &xor (&LB($ty),&BP(0,$inp)); 277 &mov (&BP(-1,$out,$inp),&LB($ty)); 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 289 &mov (&BP(0,$dat,$yy),&LB($tx)); 290 &mov (&BP(0,$dat,$xx),&LB($ty)); 292 &movz ($ty,&BP(0,$dat,$ty)); 294 &xor (&LB($ty),&BP(0,$inp)) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/ |
| rc4-586.pl | 178 &mov (&LB($xx),&BP(0,$dat)); # load key->x 179 &mov (&LB($yy),&BP(4,$dat)); # load key->y 273 &xor (&LB($ty),&BP(0,$inp)); 277 &mov (&BP(-1,$out,$inp),&LB($ty)); 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 289 &mov (&BP(0,$dat,$yy),&LB($tx)); 290 &mov (&BP(0,$dat,$xx),&LB($ty)); 292 &movz ($ty,&BP(0,$dat,$ty)); 294 &xor (&LB($ty),&BP(0,$inp)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/ |
| rc4-586.pl | 179 &mov (&LB($xx),&BP(0,$dat)); # load key->x 180 &mov (&LB($yy),&BP(4,$dat)); # load key->y 274 &xor (&LB($ty),&BP(0,$inp)); 278 &mov (&BP(-1,$out,$inp),&LB($ty)); 285 &movz ($tx,&BP(0,$dat,$xx)); 289 &movz ($ty,&BP(0,$dat,$yy)); 290 &mov (&BP(0,$dat,$yy),&LB($tx)); 291 &mov (&BP(0,$dat,$xx),&LB($ty)); 293 &movz ($ty,&BP(0,$dat,$ty)); 295 &xor (&LB($ty),&BP(0,$inp)) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Bitfields.h | 123 using BP = BitPatterns<T, Bits>; 127 assert(UserValue <= BP::Umax && "value is too big"); 136 using BP = BitPatterns<T, Bits>; 140 assert(UserValue <= T(BP::Smax) && "value is too big"); 141 assert(UserValue >= T(BP::Smin) && "value is too small"); 143 UserValue &= ~BP::SignExtend; 148 if (StorageValue >= T(BP::SignBitMask)) 149 StorageValue |= BP::SignExtend; 161 using BP = BitPatterns<StorageType, Bitfield::Bits>; 166 static constexpr StorageType Mask = BP::Umax << Bitfield::Shift [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bp-disabled-by-cond.exp | 41 set other_bp_line [gdb_get_line_number "Other BP location" $srcfile] 42 set cond_bp_line [gdb_get_line_number "Conditional BP location" $srcfile] 43 set exit_bp_line [gdb_get_line_number "BP before exit" $srcfile] 111 "$::cond_bp_line\\s+breakpt \\(\\);\\s+/\\* Conditional BP location\\. \\*/"] \ 120 "$::other_bp_line\\s+breakpt \\(\\);\\s+/\\* Other BP location\\. \\*/"] \ 168 "$::other_bp_line\\s+breakpt \\(\\);\\s+/\\* Other BP location\\. \\*/"] \ 182 "$::exit_bp_line\\s+breakpt \\(\\);\\s+/\\* BP before exit\\. \\*/"] \
|