HomeSort by relevance Sort by last modified time
    Searched refs:B30 (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/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/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 142 case AArch64::D30: return AArch64::B30;
182 case AArch64::B30: return AArch64::D30;
  /toolchain/binutils/binutils-2.27/opcodes/
h8300-dis.c 381 else if ((int) looking_for & (int) B30)
386 looking_for = (op_type) ((int) looking_for & ~(int) B30);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 161 B30
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 161 B30
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 354 AArch64::B30, AArch64::B31
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
Annotations57649Test.java     [all...]

Completed in 437 milliseconds