HomeSort by: relevance | last modified time | path
    Searched defs:CBZ (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.h 58 /* CBZ s011 0100 iiii iiii iiii iiii iiir rrrr */
65 CBZ = 0x20000000 | B,
223 /* Visit instruction CBZ/CBNZ Rn, OFFSET. */
280 /* Write a CBZ or CBNZ instruction into *BUF.
282 CBZ rt, #offset
285 IS_CBNZ distinguishes between CBZ and CBNZ instructions.
293 ((is_cbnz) ? CBNZ : CBZ) \
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.h 58 /* CBZ s011 0100 iiii iiii iiii iiii iiir rrrr */
65 CBZ = 0x20000000 | B,
223 /* Visit instruction CBZ/CBNZ Rn, OFFSET. */
280 /* Write a CBZ or CBNZ instruction into *BUF.
282 CBZ rt, #offset
285 IS_CBNZ distinguishes between CBZ and CBNZ instructions.
293 ((is_cbnz) ? CBNZ : CBZ) \
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 79 #define CBZ 0xb4000000
1941 PTR_FAIL_IF(push_inst(compiler, (CBZ ^ inv_bits) | (6 << 5) | RT(src)));

Completed in 18 milliseconds