Lines Matching refs:opcode
363 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
372 opcode = *cur; in sym_fw_bind_script()
380 if (opcode == 0) { in sym_fw_bind_script()
391 if (opcode == SCR_DATA_ZERO) { in sym_fw_bind_script()
398 (unsigned)opcode); in sym_fw_bind_script()
403 switch (opcode >> 28) { in sym_fw_bind_script()
431 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()
433 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
441 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
449 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
457 opcode &= ~0x20000000; in sym_fw_bind_script()
459 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
466 opcode &= ~0x20000000; in sym_fw_bind_script()
468 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
477 if (opcode & 0x00800000) in sym_fw_bind_script()
479 else if ((opcode & 0xf8400000) == 0x80400000)/*JUMP64*/ in sym_fw_bind_script()
498 *cur++ = cpu_to_scr(opcode); in sym_fw_bind_script()