Lines Matching refs:opcode
350 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
359 opcode = *cur; in sym_fw_bind_script()
367 if (opcode == 0) { in sym_fw_bind_script()
378 if (opcode == SCR_DATA_ZERO) { in sym_fw_bind_script()
385 (unsigned)opcode); in sym_fw_bind_script()
390 switch (opcode >> 28) { in sym_fw_bind_script()
418 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()
420 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
428 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
436 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
444 opcode &= ~0x20000000; in sym_fw_bind_script()
446 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
453 opcode &= ~0x20000000; in sym_fw_bind_script()
455 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
464 if (opcode & 0x00800000) in sym_fw_bind_script()
466 else if ((opcode & 0xf8400000) == 0x80400000)/*JUMP64*/ in sym_fw_bind_script()
485 *cur++ = cpu_to_scr(opcode); in sym_fw_bind_script()