/toolchain/binutils/binutils-2.25/include/opcode/ |
h8300.h | 116 B30 = 0x20000000, /* Bit 3 must be low. */ 316 #define PREFIX_010_D2 0x0, 0x1, 0x0, B30 | B21 | DISP2SRC 331 #define PREFIX_015_D2 0x0, 0x1, 0x5, B30 | B21 | DISP2SRC 347 #define PREFIX_017_D2S 0x0, 0x1, 0x7, B30 | B21 | DISP2SRC 348 #define PREFIX_017_D2D 0x0, 0x1, 0x7, B30 | B21 | DISP2DST 373 #define PREFIX_78R4W 0x7, 0x8, B30 | DISPREG, 0x4 374 #define PREFIX_78R5W 0x7, 0x8, B30 | DISPREG, 0x5 375 #define PREFIX_78R6W 0x7, 0x8, B30 | DISPREG, 0x6 376 #define PREFIX_78R7W 0x7, 0x8, B30 | DISPREG, 0x7 378 #define PREFIX_78R4WD 0x7, 0x8, B30 | DSTDISPREG, 0x [all...] |
/external/v8/test/mjsunit/harmony/ |
debug-step-destructuring-assignment.js | 68 c = return1() // B30
|
debug-step-destructuring-bind.js | 80 var name = "x"; // B30
|
/external/v8/test/mjsunit/es6/ |
debug-stepin-collections-foreach.js | 67 print("element " + num); // B3 B6 B9 B15 B18 B21 B27 B30 B33 72 print(`key ${k}, value ${v}`); // B3 B6 B9 B15 B18 B21 B27 B30 B33
|
/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 | 392 B30 = 1 << 30, [all...] |
/external/v8/test/mjsunit/ |
debug-stepin-builtin-callback.js | 129 print("element " + num); // B3 B6 B9 B15 B18 B21 B27 B30 B33
|
/toolchain/binutils/binutils-2.25/opcodes/ |
h8300-dis.c | 381 else if ((int) looking_for & (int) B30) 386 looking_for = (op_type) ((int) looking_for & ~(int) B30);
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 142 case AArch64::D30: return AArch64::B30; 182 case AArch64::B30: return AArch64::D30; [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 354 AArch64::B30, AArch64::B31 [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
Annotations57649Test.java | [all...] |