Lines Matching refs:LImm
49 let MIOperandInfo = (ops GPR32:$B, i32imm:$LImm);
142 // a 32-bit Long Immediate (LImm), using 0x3e==62 as the field value.
442 // 2-register, 32-bit immediate (LImm) Dual Operand instruction.
450 bits<32> LImm;
452 let Inst{63-32} = LImm;
475 // LImm: Both Load/Store (Load/Store from a fixed 32-bit address).
477 // Register + LImm: Load Only.
515 // LImm Load. The 32-bit immediate address is in Inst[63-32].
523 bits<32> LImm;
525 let Inst{63-32} = LImm;
540 // Register + LImm load. The 32-bit immediate address is in Inst[63-32].
547 bits<32> LImm;
552 let LImm = addr{31-0};
554 let Inst{63-32} = LImm;
605 // LImm Store.
613 bits<32> LImm;
615 let Inst{63-32} = LImm;
793 bits<32> LImm;
794 let Inst{47-16} = LImm;