Home | History | Annotate | Download | only in mips64

Lines Matching defs:constant_key

3108   int constant_key = 0;
3110 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3111 if (constant_key & 0xF0000000) {
3131 constant_key << element_size_shift);
3154 key, external_pointer, key_is_constant, constant_key,
3216 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3217 if (constant_key & 0xF0000000) {
3220 base_offset += constant_key * kDoubleSize;
3320 int constant_key,
3325 return MemOperand(base, (constant_key << element_size) + base_offset);
4248 int constant_key = 0;
4250 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4251 if (constant_key & 0xF0000000) {
4270 if (constant_key != 0) {
4272 Operand(constant_key << element_size_shift));
4299 key, external_pointer, key_is_constant, constant_key,
4355 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4356 if (constant_key & 0xF0000000) {
4360 Operand((constant_key << element_size_shift) + base_offset));