/toolchain/binutils/binutils-2.25/include/opcode/ |
h8300.h | 117 B31 = 0x40000000, /* Bit 3 must be high. */ 368 #define PREFIX_78R4 0x7, 0x8, B31 | DISPREG, 0x4 369 #define PREFIX_78R5 0x7, 0x8, B31 | DISPREG, 0x5 370 #define PREFIX_78R6 0x7, 0x8, B31 | DISPREG, 0x6 371 #define PREFIX_78R7 0x7, 0x8, B31 | DISPREG, 0x7 396 #define FROM_DISP32 12, B31 | DISPREG 400 #define FROM_DISP32B 13, B31 | DISPREG 401 #define FROM_DISP32W 14, B31 | DISPREG 402 #define FROM_DISP32L 15, B31 | DISPREG 404 #define FROM_ABS32 4, B31 | IGNOR [all...] |
/external/v8/test/mjsunit/harmony/ |
debug-step-destructuring-assignment.js | 81 return 1; // B31
|
debug-step-destructuring-bind.js | 87 var o6 = {}; // B31
|
/external/v8/test/mjsunit/es6/ |
debug-stepin-collections-foreach.js | 68 return true; // B4 B7 B10 B16 B19 B22 B28 B31 B34 73 return true; // B4 B7 B10 B16 B19 B22 B28 B31 B34
|
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 341 int32_t encoding = B31 | B30 | B29 | B28 | B15 | 385 return B31 | B30 | B29 | B28 | B25 | B22 | 402 return B31 | B30 | B29 | B28 | B22 | B19 | B18 | B17 | B16 | 421 return B31 | B30 | B29 | B27 | 430 return B31 | B30 | B29 | B27 | B26 | B24 | 441 return B31 | B30 | B29 | B27 | B26 | B24 | 475 return B31 | B30 | B29 | B28 | B27 | B23 | B22 | B20 | (rn << 16) | (rt << 12) | offset; 494 return B31 | B30 | B29 | B28 | B25 | B19 | B18 | B17 | B16 | (rd << 8) | immediate_mask; 654 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | 673 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 [all...] |
assembler_arm.h | 393 B31 = 1 << 31, [all...] |
/external/v8/test/mjsunit/ |
debug-stepin-builtin-callback.js | 130 return true; // B4 B7 B10 B16 B19 B22 B28 B31 B34
|
/toolchain/binutils/binutils-2.25/opcodes/ |
h8300-dis.c | 373 if ((int) looking_for & (int) B31) 378 looking_for = (op_type) ((int) looking_for & ~(int) B31);
|
/external/icu/icu4c/source/data/sprep/ |
rfc3530cs.txt | 112 0B31; ; UNASSIGNED
|
rfc3530mixp.txt | 113 0B31; ; UNASSIGNED
|
rfc3920res.txt | 113 0B31; ; UNASSIGNED
|
rfc4011.txt | 112 0B31; ; UNASSIGNED
|
rfc4013.txt | 113 0B31; ; UNASSIGNED
|
rfc4505.txt | 112 0B31; ; UNASSIGNED
|
rfc4518.txt | 112 0B31; ; UNASSIGNED
|
rfc3491.txt | 113 0B31; ; UNASSIGNED [all...] |
rfc3530csci.txt | 112 0B31; ; UNASSIGNED [all...] |
rfc3722.txt | 113 0B31; ; UNASSIGNED [all...] |
rfc3920node.txt | 113 0B31; ; UNASSIGNED [all...] |
rfc4518ci.txt | 112 0B31; ; UNASSIGNED [all...] |
/external/icu/icu4c/source/test/testdata/ |
nfs4_cs_prep_cs.txt | 104 0B31; ; UNASSIGNED
|
nfs4_mixed_prep_p.txt | 104 0B31; ; UNASSIGNED
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 143 case AArch64::D31: return AArch64::B31; 183 case AArch64::B31: return AArch64::D31; [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-h8300.c | [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 354 AArch64::B30, AArch64::B31 [all...] |