Home | History | Annotate | Download | only in mips

Lines Matching defs:constant_key

2638   int constant_key = 0;
2640 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2641 if (constant_key & 0xF0000000) {
2655 __ Addu(scratch0(), external_pointer, constant_key << element_size_shift);
2669 key, external_pointer, key_is_constant, constant_key,
2727 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2728 if (constant_key & 0xF0000000) {
2731 base_offset += constant_key * kDoubleSize;
2822 int constant_key,
2827 return MemOperand(base, (constant_key << element_size) + base_offset);
3755 int constant_key = 0;
3757 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3758 if (constant_key & 0xF0000000) {
3773 if (constant_key != 0) {
3775 Operand(constant_key << element_size_shift));
3792 key, external_pointer, key_is_constant, constant_key,
3844 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3845 if (constant_key & 0xF0000000) {
3849 Operand((constant_key << element_size_shift) + base_offset));
3962 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
3965 if (constant_key >= constant_capacity) {
3970 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
3972 Operand(constant_key));
4011 LConstantOperand* constant_key = LConstantOperand::cast(key);
4012 int32_t int_key = ToInteger32(constant_key);