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

  /external/valgrind/none/tests/mips64/
branch_and_jump_instructions.stdout.exp 258 BAL
259 B BAL JR :: 0x6, RSval: 0x0
260 B BAL JR :: 0x6, RSval: 0x0
261 B BAL JR :: 0x9823b74, RSval: 0x9823b6e
262 B BAL JR :: 0xd4326df, RSval: 0xd4326d9
263 B BAL JR :: 0x130476e2, RSval: 0x130476dc
264 B BAL JR :: 0x17c56b71, RSval: 0x17c56b6b
265 B BAL JR :: 0x1a864db8, RSval: 0x1a864db2
266 B BAL JR :: 0x1e47500b, RSval: 0x1e475005
267 B BAL JR :: 0x2608edbe, RSval: 0x2608edb
    [all...]
branches.stdout.exp 51 b, bal, jr
52 B BAL JR :: 6, RSval: 0
53 B BAL JR :: 7, RSval: 1
54 B BAL JR :: 8, RSval: 2
55 B BAL JR :: 9, RSval: 3
56 B BAL JR :: 10, RSval: 4
57 B BAL JR :: 11, RSval: 5
58 B BAL JR :: 12, RSval: 6
59 B BAL JR :: 13, RSval: 7
60 B BAL JR :: 14, RSval:
    [all...]
  /external/valgrind/none/tests/mips32/
branches.stdout.exp 51 b, bal, jr
52 B BAL JR :: 6, RSval: 0
53 B BAL JR :: 7, RSval: 1
54 B BAL JR :: 8, RSval: 2
55 B BAL JR :: 9, RSval: 3
56 B BAL JR :: 10, RSval: 4
57 B BAL JR :: 11, RSval: 5
58 B BAL JR :: 12, RSval: 6
59 B BAL JR :: 13, RSval: 7
60 B BAL JR :: 14, RSval:
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 87 #define BAL 0x0b000000 /* Template for 'bal' instruction */
131 /* This is a call to a leaf procedure, replace instruction with a bal
139 /* We replace the original call instruction with a bal to
140 the bal entry point - the offset of which is described in
143 is the offset of the bal entry point. */
144 word = ((word + olf) & BAL_MASK) | BAL;
485 /* This is a call to a leaf procedure; use the bal
513 word = ((word + olf - val) & BAL_MASK) | BAL;
bout.c 428 /* Make sure {CALL,BAL}NAME symbols remain adjacent on output
480 #define BAL 0x0b000000 /* Template for 'bal' instruction */
608 bal. */
609 word = BAL | ((word
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 75 case Mips::BAL:
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 203 #define BAL 0x0b000000
    [all...]
  /art/runtime/interpreter/mterp/mips/
header.S 454 #define BAL(n) bal n
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 273 // We must select between the MIPS32r6/MIPS64r6 BAL (which is a normal
276 unsigned BalOp = Subtarget.hasMips32r6() ? Mips::BAL : Mips::BAL_BR;
283 // bal $baltgt
301 // block from the target of BAL instruction. We cannot use immediate
355 // bal $baltgt
  /external/v8/src/s390/
constants-s390.h 217 BAL = 0x45, // Branch And Link
    [all...]
simulator-s390.h 554 EVALUATE(BAL);
simulator-s390.cc 822 EvalTable[BAL] = &Simulator::Evaluate_BAL;
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 105 #define BAL (HI(1) | (17 << 16))
259 inst[-1] = (jump->flags & IS_JAL) ? BAL : B;
276 inst[0] = (jump->flags & IS_JAL) ? BAL : B;
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 461 #define BAL(n) bal n
    [all...]

Completed in 225 milliseconds