Home | History | Annotate | Download | only in mips64

Lines Matching defs:constant_key

2838   int constant_key = 0;
2840 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2841 if (constant_key & 0xF0000000) {
2857 constant_key << element_size_shift);
2879 key, external_pointer, key_is_constant, constant_key,
2937 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2938 if (constant_key & 0xF0000000) {
2941 base_offset += constant_key * kDoubleSize;
3059 int constant_key,
3064 return MemOperand(base, (constant_key << element_size) + base_offset);
4048 int constant_key = 0;
4050 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4051 if (constant_key & 0xF0000000) {
4067 if (constant_key != 0) {
4069 Operand(constant_key << element_size_shift));
4095 key, external_pointer, key_is_constant, constant_key,
4146 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4147 if (constant_key & 0xF0000000) {
4151 Operand((constant_key << element_size_shift) + base_offset));
4292 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4295 if (constant_key >= constant_capacity) {
4300 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4302 Operand(constant_key));
4341 LConstantOperand* constant_key = LConstantOperand::cast(key);
4342 int32_t int_key = ToInteger32(constant_key);