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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64InsnHelpers.h 201 unsigned opc_v = opc | (v << 2); local
203 ((opc_v == 1) ||
204 (opc_v == 2) ||
205 (opc_v == 3) ||
206 (opc_v == 5) ||
207 (opc_v == 7))) {
  /toolchain/binutils/binutils-2.27/bfd/
elfnn-aarch64.c 3268 uint32_t opc_v = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
aarch64.cc 271 uint32_t opc_v = 0; local
317 opc_v = opc | (v << 2);
318 *load = (opc_v == 1 || opc_v == 2 || opc_v == 3
319 || opc_v == 5 || opc_v == 7);
    [all...]

Completed in 100 milliseconds