Lines Matching defs:opcode
422 uint32_t opcode = instr & kOpcodeMask;
424 switch (opcode) {
452 uint32_t opcode = instr & kOpcodeMask;
455 *is_branch = (opcode == BX || opcode == BCX);
458 switch (opcode) {
501 int32_t delta = (opcode == kUnboundAddLabelLongOffsetOpcode)
507 2 + static_cast<int32_t>(opcode == kUnboundAddLabelLongOffsetOpcode));
509 if (opcode == kUnboundAddLabelLongOffsetOpcode) patcher.nop();
538 uint32_t opcode = instr & kOpcodeMask;
541 switch (opcode) {
1457 // Encode internal reference to unbound label. We use a dummy opcode
1458 // such that it won't collide with any opcode that might appear in the
1485 // Encode internal reference to unbound label. We use a dummy opcode
1486 // such that it won't collide with any opcode that might appear in the
1513 // Encode internal reference to unbound label. We use a dummy opcode
1514 // such that it won't collide with any opcode that might appear in the
1542 // Encode internal reference to unbound label. We use a dummy opcode
1543 // such that it won't collide with any opcode that might appear in the