Lines Matching full:opcode
81 if (is_pseudo_opcode(this_lir->opcode)) {
87 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode);
102 native_reg_id = (GetTargetInstFlags(this_lir->opcode) & IS_STORE) ? this_lir->operands[2]
107 bool is_this_lir_load = GetTargetInstFlags(this_lir->opcode) & IS_LOAD;
139 if (check_lir->flags.is_nop || is_pseudo_opcode(check_lir->opcode)) {
150 uint64_t check_flags = GetTargetInstFlags(check_lir->opcode);
242 uint64_t flags = GetTargetInstFlags(check_lir->opcode);
289 if (is_pseudo_opcode(this_lir->opcode)) {
293 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode);
366 if (stop_here || !is_pseudo_opcode(check_lir->opcode)) {
397 if (!is_pseudo_opcode(dep_lir->opcode) &&
398 (GetTargetInstFlags(dep_lir->opcode) & IS_LOAD)) {
415 if (GetTargetInstFlags(cur_lir->opcode) & IS_LOAD) {
428 if ((prev_lir->opcode == kPseudoTargetLabel) ||
429 (prev_lir->opcode == kPseudoSafepointPC) ||
430 (prev_lir->opcode == kPseudoBarrier)) {
438 bool prev_is_load = is_pseudo_opcode(prev_lir->opcode) ? false :
439 (GetTargetInstFlags(prev_lir->opcode) & IS_LOAD);
500 if (!is_pseudo_opcode(next_lir->opcode) ||