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

  /external/v8/src/ppc/
constants-ppc.h 107 BCX = 16 << 26, // Branch Conditional
assembler-ppc.cc 274 bool Assembler::IsBranch(Instr instr) { return ((instr & kOpcodeMask) == BCX); }
395 case BCX:
421 *is_branch = (opcode == BX || opcode == BCX);
438 case BCX: {
504 case BCX:
706 emit(BCX | bo | condition_bit * B16 | (imm16 & kImm16Mask) | lk);
    [all...]
simulator-ppc.cc     [all...]

Completed in 2509 milliseconds