Lines Matching refs:opcode
367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
376 opcode = *cur; in sym_fw_bind_script()
384 if (opcode == 0) { in sym_fw_bind_script()
395 if (opcode == SCR_DATA_ZERO) { in sym_fw_bind_script()
402 (unsigned)opcode); in sym_fw_bind_script()
407 switch (opcode >> 28) { in sym_fw_bind_script()
435 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()
437 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
445 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
453 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
461 opcode &= ~0x20000000; in sym_fw_bind_script()
463 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
470 opcode &= ~0x20000000; in sym_fw_bind_script()
472 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
481 if (opcode & 0x00800000) in sym_fw_bind_script()
483 else if ((opcode & 0xf8400000) == 0x80400000)/*JUMP64*/ in sym_fw_bind_script()
502 *cur++ = cpu_to_scr(opcode); in sym_fw_bind_script()