Lines Matching defs:offset
768 void ArmToMipsAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) in LDR()
802 void ArmToMipsAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) in LDRB()
831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR()
867 void ArmToMipsAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) in STRB()
895 void ArmToMipsAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) in LDRH()
923 void ArmToMipsAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) in LDRSB()
930 void ArmToMipsAssembler::LDRSH(int cc, int Rd, int Rn, uint32_t offset) in LDRSH()
937 void ArmToMipsAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) in STRH()
1033 void ArmToMipsAssembler::PLD(int Rn, uint32_t offset) { in PLD()
1397 int32_t offset = int32_t(target_pc - (bt.pc+1)); in generate() local
1699 void MIPSAssembler::LW(int Rt, int Rbase, int16_t offset) in LW()
1704 void MIPSAssembler::SW(int Rt, int Rbase, int16_t offset) in SW()
1710 void MIPSAssembler::LB(int Rt, int Rbase, int16_t offset) in LB()
1715 void MIPSAssembler::LBU(int Rt, int Rbase, int16_t offset) in LBU()
1720 void MIPSAssembler::SB(int Rt, int Rbase, int16_t offset) in SB()
1726 void MIPSAssembler::LH(int Rt, int Rbase, int16_t offset) in LH()
1731 void MIPSAssembler::LHU(int Rt, int Rbase, int16_t offset) in LHU()
1736 void MIPSAssembler::SH(int Rt, int Rbase, int16_t offset) in SH()
1741 void MIPSAssembler::LUI(int Rt, int16_t offset) in LUI()