Home | History | Annotate | Download | only in mips

Lines Matching full:int16_t

801   int16_t num_to_push = NumberOfBitsSet(regs);
802 int16_t stack_offset = num_to_push * kPointerSize;
805 for (int16_t i = kNumRegisters - 1; i >= 0; i--) {
815 int16_t num_to_push = NumberOfBitsSet(regs);
816 int16_t stack_offset = num_to_push * kPointerSize;
819 for (int16_t i = 0; i < kNumRegisters; i++) {
829 int16_t stack_offset = 0;
831 for (int16_t i = 0; i < kNumRegisters; i++) {
842 int16_t stack_offset = 0;
844 for (int16_t i = kNumRegisters - 1; i >= 0; i--) {
856 int16_t num_to_push = NumberOfBitsSet(regs);
857 int16_t stack_offset = num_to_push * kDoubleSize;
860 for (int16_t i = kNumRegisters - 1; i >= 0; i--) {
871 int16_t num_to_push = NumberOfBitsSet(regs);
872 int16_t stack_offset = num_to_push * kDoubleSize;
875 for (int16_t i = 0; i < kNumRegisters; i++) {
886 int16_t stack_offset = 0;
888 for (int16_t i = 0; i < kNumRegisters; i++) {
900 int16_t stack_offset = 0;
902 for (int16_t i = kNumRegisters - 1; i >= 0; i--) {
1593 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) {
1598 void MacroAssembler::Branch(int16_t offset, Condition cond, Register rs,
1659 void MacroAssembler::BranchShort(int16_t offset, BranchDelaySlot bdslot) {
1668 void MacroAssembler::BranchShort(int16_t offset, Condition cond, Register rs,
2159 // Check that offset could actually hold on an int16_t.
2167 void MacroAssembler::BranchAndLink(int16_t offset, BranchDelaySlot bdslot) {
2172 void MacroAssembler::BranchAndLink(int16_t offset, Condition cond, Register rs,
2226 void MacroAssembler::BranchAndLinkShort(int16_t offset,
2236 void MacroAssembler::BranchAndLinkShort(int16_t offset, Condition cond,
2416 // Check that offset could actually hold on an int16_t.