Lines Matching refs:ea
179 // Rd <- Memory(ea) (Load) see below for the
180 // Memory(ea) <- Rd (Store) definition of ea.
189 // 00 ea = Rs1
190 // 01 ea = Rs1, Rs1 <- Rs1 + constant
191 // 10 ea = Rs1 + constant
192 // 11 ea = Rs1 + constant, Rs1 <- Rs1 + constant
229 // Rd <- Memory(ea) (Load) see below for the
230 // Memory(ea) <- Rd (Store) definition of ea.
480 // Memory(ea) <- (least significant byte of Rr)
482 // Memory(ea) <- (least significant half-word of Rr)
483 // If `YS' = 10 (bYte load): Rr <- Memory(ea)
484 // If `YS' = 00 (halfword load): Rr <- Memory(ea)
485 // [Note: here ea is determined as in the the RM instruction. ]
491 // `P' and `Q' are used to determine `ea' as in the RM instruction. The